X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fstk-charconv.c;h=a40a7edb1e736f96c06a858f850ddcfe106a054b;hb=5a78c3505ae7fa76a061e26676450049ec5946d5;hp=7fc2d72cbf0bf9833c9a9f3a34a28e1e3f2574ae;hpb=86853b9855a18d6d75fd48cc1c466db7fb4984e1;p=libucw.git diff --git a/charset/stk-charconv.c b/charset/stk-charconv.c index 7fc2d72c..a40a7edb 100644 --- a/charset/stk-charconv.c +++ b/charset/stk-charconv.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Character Conversion with Allocation on the Stack + * Sherlock Library -- Character Conversion with Allocation on the Stack * * (c) 2006 Pavel Charvat * @@ -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)