Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
203e7f06
Commit
203e7f06
authored
Oct 30, 2014
by
Ghislain MARY
Browse files
Fix compilation error on Android.
parent
8642a097
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/android/AudioSystem.cpp
src/android/AudioSystem.cpp
+1
-1
No files found.
src/android/AudioSystem.cpp
View file @
203e7f06
...
...
@@ -244,7 +244,7 @@ ptrdiff_t findRefbaseOffset(void *obj, size_t size){
}
void
dumpMemory
(
void
*
obj
,
size_t
size
){
in
t
i
;
size_
t
i
;
ms_message
(
"Dumping memory at %p"
,
obj
);
for
(
i
=
0
;
i
<
size
;
i
+=
sizeof
(
long
)){
ms_message
(
"%4i
\t
%lx"
,
i
,
*
(
long
*
)(((
uint8_t
*
)
obj
)
+
i
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment