#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.46 2001/04/24 10:59:12 stelian Exp $";
+ "$Id: main.c,v 1.47 2001/04/27 12:23:23 stelian Exp $";
#endif /* not lint */
#include <config.h>
nonodump = spcl.c_level < honorlevel;
- msg("Label: %s\n", spcl.c_label);
+ if (!sizeest) {
+ msg("Label: %s\n", spcl.c_label);
- if (compressed)
- msg("Compressing output at compression level %d\n", compressed);
+ if (compressed)
+ msg("Compressing output at compression level %d\n",
+ compressed);
+ }
#if defined(SIGINFO)
(void)signal(SIGINFO, statussig);
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.35 2001/04/26 08:49:56 stelian Exp $";
+ "$Id: tape.c,v 1.36 2001/04/27 12:23:23 stelian Exp $";
#endif /* not lint */
#include <config.h>
}
ntrec = i / TP_BSIZE;
numtrec = ntrec;
- fprintf(stderr, "Tape block size is %ld\n", ntrec);
+ Vprintf(stdout, "Tape block size is %ld\n", ntrec);
}
/*