]> mj.ucw.cz Git - libucw.git/blobdiff - lib/stkstring.c
bgetl() should return uns instead of u32
[libucw.git] / lib / stkstring.c
index b583b24b870e4cf82482695fea874c57d89ad444..13bc8e063d1070eaf819f3f90fd6864ef7df00f5 100644 (file)
@@ -73,7 +73,7 @@ stk_vprintf_internal(const char *fmt, va_list args)
 }
 
 void
-stk_hexdump_internal(char *dst, byte *src, uns n)
+stk_hexdump_internal(char *dst, const byte *src, uns n)
 {
   for (uns i=0; i<n; i++)
     {