X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Fmain.c;h=c8c76a9536b8dd9818c336b65946e311e5401fea;hp=723a88f00ebf98348fb626b8b7569df99d343faf;hb=e531c44203905d5554118c09c8d0267f17879ee6;hpb=172af4025f9a762c6b43e6bd87ea16b27ee4b2bc diff --git a/restore/main.c b/restore/main.c index 723a88f..c8c76a9 100644 --- a/restore/main.c +++ b/restore/main.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.41 2002/07/19 14:57:39 stelian Exp $"; + "$Id: main.c,v 1.42 2002/11/15 09:25:41 stelian Exp $"; #endif /* not lint */ #include @@ -90,8 +90,8 @@ char command = '\0'; long dumpnum = 1; long volno = 0; long ntrec; -char *dumpmap; -char *usedinomap; +char *dumpmap = NULL; +char *usedinomap = NULL; dump_ino_t maxino; time_t dumptime; time_t dumpdate;