Commit 4c3a1f25 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Duh! Same s/i/o/ bug was copy & pasted.

parent 66c8c9c3
......@@ -368,7 +368,7 @@ VGZ_WrwGunzip(struct sess *sp, struct vgz *vg, void *ibuf, ssize_t ibufl,
VGZ_Ibuf(vg, ibuf, ibufl);
if (ibufl == 0)
return (VGZ_OK);
VGZ_Obuf(vg, obuf + *obufp, ibufl - *obufp);
VGZ_Obuf(vg, obuf + *obufp, obufl - *obufp);
do {
if (obufl == *obufp)
i = VGZ_STUCK;
......
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