X-Git-Url: http://git.code-monkey.de/?p=ruby-eet.git;a=blobdiff_plain;f=ext%2Fext.c;fp=ext%2Fext.c;h=4a572c203fba7c4205272328c0e71e126dc935fa;hp=2fa47a942b54c6c907dff881ae6b46be2467acf5;hb=6b51e31a7f18e33ec8d03d63e1c8427ce0be8a9d;hpb=e9513effeff9ce6dc837ffbecff1a86f2064d67d diff --git a/ext/ext.c b/ext/ext.c index 2fa47a9..4a572c2 100644 --- a/ext/ext.c +++ b/ext/ext.c @@ -187,7 +187,7 @@ c_close (VALUE self) } static VALUE -get_keys (Eet_File *ef, char *glob) +get_keys (Eet_File *ef, const char *glob) { VALUE ret; char **keys; @@ -598,7 +598,7 @@ static VALUE int_to_eet_chunks (int argc, VALUE *argv, VALUE self) { VALUE tag, type = Qnil, ary, args[2], chunk; - char *cfmt = "V"; + const char *cfmt = "V"; rb_scan_args (argc, argv, "11", &tag, &type);