X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Fnfs%2Fxio.c;h=3850aab65995170404267d4b3426c9cb92d732fc;hb=f73e7b9f69835d483cee95e6a20b6307b9d16b77;hp=9bb5100d09f4e392f12a6816ead5c62e17df1c54;hpb=8d53a2630763f8f639d2de2ddd26282bff1c7cad;p=nfs-utils.git 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