X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fnfs%2Fxio.c;h=3850aab65995170404267d4b3426c9cb92d732fc;hp=9bb5100d09f4e392f12a6816ead5c62e17df1c54;hb=b1f8653d43b6bfaf80a44efcb7418bcf898d3af1;hpb=a0bb9d19de9fec67ca6f6a19c0a9e79a783d7586 diff --git a/support/nfs/xio.c b/support/nfs/xio.c index 9bb5100..3850aab 100644 --- a/support/nfs/xio.c +++ b/support/nfs/xio.c @@ -160,7 +160,7 @@ xskip(XFILE *xfp, char *str) int c; while ((c = xgetc(xfp)) != EOF && strchr(str, c)); - ungetc(c, xfp->x_fp); + xungetc(c, xfp); } char