X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fnfs%2Fxio.c;h=db5e2c3aa500e2378c711707b55b1b62e7e62327;hp=0a250fc4e05d7005cfe7f20adfde9a072b793f7f;hb=a7f1a3f9ffe6c2effeec20809d89a9dcf4234495;hpb=54b225f1c3b5ab685b17395a4f178c340ec2ad0a diff --git a/support/nfs/xio.c b/support/nfs/xio.c index 0a250fc..db5e2c3 100644 --- a/support/nfs/xio.c +++ b/support/nfs/xio.c @@ -29,7 +29,7 @@ xfopen(char *fname, char *type) return NULL; xfp = (XFILE *) xmalloc(sizeof(*xfp)); xfp->x_fp = fp; - xfp->x_line = 0; + xfp->x_line = 1; return xfp; }