-$Id: CHANGES,v 1.162 2002/02/15 11:30:09 stelian Exp $
+$Id: CHANGES,v 1.163 2002/02/21 09:25:31 stelian Exp $
+
+Changes between versions 0.4b27 and 0.4b28 (released ?????????????????)
+=======================================================================
+
+1. Fixed a bug in the QFA feature which could have caused
+ a bad tape positionning on restore (causing extra delays in
+ restore). Credits go to Uwe Gohlke <uwe@ugsoft.de>.
Changes between versions 0.4b26 and 0.4b27 (released February 15, 2002)
=======================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.62 2002/01/25 15:08:59 stelian Exp $";
+ "$Id: tape.c,v 1.63 2002/02/21 09:25:31 stelian Exp $";
#endif /* not lint */
#include <config.h>
spclptr = &uspclptr->s_spcl;
if ((spclptr->c_magic == NFS_MAGIC) &&
(spclptr->c_type == TS_INODE) &&
+ ((spclptr->c_dinode.di_mode & S_IFMT) != IFDIR) &&
(spclptr->c_date == gThisDumpDate)) {
/* if an error occured previously don't
* try again */