X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Fstk-charconv.c;h=a40a7edb1e736f96c06a858f850ddcfe106a054b;hb=e371dcc1cd2857036374dd9597705faed0427006;hp=d5f55fed9e55a599a9e9e8e033ea79c5a8aa06a3;hpb=47a0795e8a28e8ad6ff55cda89e300267d9e590c;p=libucw.git diff --git a/charset/stk-charconv.c b/charset/stk-charconv.c index d5f55fed..a40a7edb 100644 --- a/charset/stk-charconv.c +++ b/charset/stk-charconv.c @@ -15,7 +15,7 @@ #define INITIAL_SCALE 2 uns -stk_strconv_init(struct conv_context *c, byte *s, uns in_cs, uns out_cs) +stk_strconv_init(struct conv_context *c, const byte *s, uns in_cs, uns out_cs) { uns l = strlen(s); if (in_cs == out_cs)