X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fmain.c;h=bc4de017f7b1fa0b526d9798ba9018129428e4f2;hp=806de5efe278b990f2844d9f994f9b39d02b7cb1;hb=d339304329df2d458e54c02eac10a27cb31d9cb1;hpb=688653ea7629ee624cd894bfd464233d11399e74 diff --git a/dump/main.c b/dump/main.c index 806de5e..bc4de01 100644 --- a/dump/main.c +++ b/dump/main.c @@ -40,7 +40,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.15 2000/02/04 20:22:21 stelian Exp $"; + "$Id: main.c,v 1.16 2000/02/26 01:35:48 stelian Exp $"; #endif /* not lint */ #include @@ -144,7 +144,6 @@ main(int argc, char *argv[]) if ((tapeprefix = getenv("TAPE")) == NULL) tapeprefix = _PATH_DEFTAPE; dumpdates = _PATH_DUMPDATES; - temp = _PATH_DTMP; strcpy(labelstr, "none"); /* XXX safe strcpy. */ if (TP_BSIZE / DEV_BSIZE == 0 || TP_BSIZE % DEV_BSIZE != 0) quit("TP_BSIZE must be a multiple of DEV_BSIZE\n");