X-Git-Url: http://git.code-monkey.de/?p=ruby-vorbistagger.git;a=blobdiff_plain;f=ext%2Fvcedit.c;h=32778a3e735b6e1e14cfb1bab060d7bc203953ee;hp=f5f493ae9203322130eb3ced4d346e456192518e;hb=d8cba7e04eafcca90fff938a0b68b4ebe9c7b45e;hpb=d3f963e54c68e2f50751c090e6863b192e911c5a diff --git a/ext/vcedit.c b/ext/vcedit.c index f5f493a..32778a3 100644 --- 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, const char *s, int len) { while (len--) oggpack_write (o, *s++, 8);