Forgot to advance the dest buffer (shame on me)
parent
c59a3aedbd
commit
f51136ac9d
|
@ -216,6 +216,7 @@ do_next_tag:
|
|||
goto return_overflow;
|
||||
/* memmove() is safe with overlapping blocks. */
|
||||
memmove(dest, dest_back_addr, length);
|
||||
dest += length;
|
||||
/* Advance source position and continue with the next token. */
|
||||
cb += 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue