Commit 848cd51b authored by claes's avatar claes

Bugfix in conversion of Char and Int8 arrays

parent eb1d2b5c
......@@ -486,7 +486,7 @@ decode_tiny (
for (; count > 0 && *size >= sizeof(char); count--) {
*tp++ = *sp++;
(void) *size--;
(*size)--;
}
return TRUE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment