projects
/
ruby-vorbistagger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f963e
)
Fixed a compiler warning.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sat, 19 Aug 2006 08:11:52 +0000
(10:11 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Wed, 23 Aug 2006 17:39:16 +0000
(19:39 +0200)
ext/vcedit.c
patch
|
blob
|
history
diff --git
a/ext/vcedit.c
b/ext/vcedit.c
index f5f493ae9203322130eb3ced4d346e456192518e..32778a3e735b6e1e14cfb1bab060d7bc203953ee 100644
(file)
--- a/
ext/vcedit.c
+++ b/
ext/vcedit.c
@@
-182,7
+182,7
@@
vcedit_state_unref (vcedit_state *s)
* - we don't want to overwrite the vendor string.
*/
static void
-_v_writestring (oggpack_buffer *o, char *s, int len)
+_v_writestring (oggpack_buffer *o, c
onst c
har *s, int len)
{
while (len--)
oggpack_write (o, *s++, 8);