-$Id: CHANGES,v 1.320 2011/02/21 10:36:47 stelian Exp $
+$Id: CHANGES,v 1.321 2011/05/05 16:05:40 stelian Exp $
Changes between versions 0.4b43 and 0.4b44 (released ?????????????)
was introduced in 0.4b42 while adding ext4 support.
(Sourceforge bug #3133762).
+4. Fix a bug in restore -P where useless index files for compressed
+ dumps were created (Debian bug #583093). Thanks to
+ Mark Wooding <mdw@distorted.org.uk> for the patch.
+
Changes between versions 0.4b42 and 0.4b43 (released June 11, 2010)
===================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.100 2010/12/06 14:26:51 stelian Exp $";
+ "$Id: tape.c,v 1.101 2011/05/05 16:05:40 stelian Exp $";
#endif /* not lint */
#include <config.h>
((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0;
numtrec = ntrec;
tpb = (struct tapebuf *) tapebuf;
+#ifdef USE_QFA
+ if (createtapeposflag)
+ (void)GetTapePos(&curtapepos);
+#endif
/* read the block prefix */
ret = read_a_block(mt, tapebuf, PREFIXSIZE, &rl);
((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0;
numtrec = ntrec;
tpb = (struct tapebuf *) tapebuf;
+#ifdef USE_QFA
+ if (createtapeposflag)
+ (void)GetTapePos(&curtapepos);
+#endif
/* read the block */
size = bufsize + PREFIXSIZE;