diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dump/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 47013b59937..13dd46f06fe 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.14 1997/02/10 04:19:55 millert Exp $ */ +/* $OpenBSD: main.c,v 1.15 1997/02/25 17:37:20 millert Exp $ */ /* $NetBSD: main.c,v 1.8 1996/03/15 22:39:32 scottr Exp $ */ /*- @@ -145,6 +145,7 @@ main(argc, argv) maxbsize/1024); exit(X_ABORT); } + bflag = 1; break; case 'c': /* Tape is cart. not 9-track */ |