X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Foptr.c;fp=dump%2Foptr.c;h=5f275ed5b75487ac68454f7ce4ef3e54db9d0338;hp=628c9817ea2c1484350b2dd7c6b2f406841ad32d;hb=c92d83ae0460e58d019fa9922a68ed87732b5583;hpb=dbb649e870428cffea2583ed34233d0239b80992 diff --git a/dump/optr.c b/dump/optr.c index 628c981..5f275ed 100644 --- a/dump/optr.c +++ b/dump/optr.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: optr.c,v 1.33 2002/12/12 11:49:35 stelian Exp $"; + "$Id: optr.c,v 1.34 2003/01/21 10:42:27 stelian Exp $"; #endif /* not lint */ #include @@ -637,7 +637,7 @@ lastdump(char arg) /* w ==> just what to do; W ==> most recent dumps */ initdumptimes(0); /* dumpdates input */ if (ddatev == NULL && table == NULL) { (void) printf("No %s or %s file found\n", - _PATH_MNTTAB, _PATH_DUMPDATES); + _PATH_MNTTAB, dumpdates); return; }