X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fmain.c;h=0d1f4fd19adb082e7ec6ec376db9ce1b6009f15a;hp=5953f3941f2a866f6eabff7100e4b17cf2845dcb;hb=b8f7cbe65e70f2ec792c447995ba00ca360ec0c9;hpb=c534413c6ada5778ccbb76f36bdcff672037d0cc diff --git a/dump/main.c b/dump/main.c index 5953f39..0d1f4fd 100644 --- a/dump/main.c +++ b/dump/main.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.51 2001/07/18 09:50:48 stelian Exp $"; + "$Id: main.c,v 1.52 2001/07/18 13:12:33 stelian Exp $"; #endif /* not lint */ #include @@ -528,6 +528,9 @@ main(int argc, char *argv[]) msg("Date of this level %c dump: %s", level, ctime4(&spcl.c_date)); +#ifdef USE_QFA + gThisDumpDate = spcl.c_date; +#endif if (spcl.c_ddate) msg("Date of last level %c dump: %s", lastlevel, ctime4(&spcl.c_ddate));