X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fmp-charconv.c;h=7c18d40f90fee7255c8e3f75714189ddfe205331;hb=e371dcc1cd2857036374dd9597705faed0427006;hp=ef0adf951c83a0b5de0a026763bccb5b1c7f0a06;hpb=b6a5054473b03660664647866d41601431e83b07;p=libucw.git diff --git a/charset/mp-charconv.c b/charset/mp-charconv.c index ef0adf95..7c18d40f 100644 --- a/charset/mp-charconv.c +++ b/charset/mp-charconv.c @@ -13,7 +13,7 @@ #include byte * -mp_strconv(struct mempool *mp, byte *s, uns in_cs, uns out_cs) +mp_strconv(struct mempool *mp, const byte *s, uns in_cs, uns out_cs) { if (in_cs == out_cs) return mp_strdup(mp, s);