-$Id: CHANGES,v 1.216 2003/02/12 11:02:28 stelian Exp $
+$Id: CHANGES,v 1.217 2003/02/17 10:31:44 stelian Exp $
Changes between versions 0.4b33 and 0.4b34 (released ?????????????????)
=======================================================================
Thanks to Fabrice Bellet <fabrice@bellet.info> for reporting
the bug.
+6. Fixed restore corner case when dealing with large block sizes
+ dump is able to write now (-b 1024). Thanks to Fabrice Bellet
+ <fabrice@bellet.info> for reporting the bug.
+
Changes between versions 0.4b32 and 0.4b33 (released February 10, 2003)
=======================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.70 2003/02/12 11:02:30 stelian Exp $";
+ "$Id: tape.c,v 1.71 2003/02/17 10:31:45 stelian Exp $";
#endif /* not lint */
#include <config.h>
} while (!(spcl.c_inumber == theino && spcl.c_type == TS_INODE && spcl.c_date == dumpdate) && (cntloop < 32));
#ifdef DEBUG_QFA
fprintf(stderr, "%ld reads\n", cntloop);
- if (cntloop == 32) {
+ if (cntloop == 1024) {
fprintf(stderr, "DEBUG: bufsize %d\n", bufsize);
fprintf(stderr, "DEBUG: ntrec %ld\n", ntrec);
fprintf(stderr, "DEBUG: %ld reads\n", cntloop);