-$Id: CHANGES,v 1.295 2008/09/04 19:21:07 stelian Exp $
+$Id: CHANGES,v 1.296 2009/06/18 09:35:14 stelian Exp $
Changes between versions 0.4b41 and 0.4b42 (released xxxxxxxxxxxxxxx)
=====================================================================
actually based on the Tower of Hanoi algorithm. The man page
was updated accordingly.
+13. Fix missing level information from dump output when using
+ the default level (RedHat bug #493635). Thanks to Adam Tkac
+ <atkac@redhat.com> for the patch.
+
Changes between versions 0.4b40 and 0.4b41 (released January 2, 2006)
=====================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.94 2004/07/05 15:12:45 stelian Exp $";
+ "$Id: main.c,v 1.95 2009/06/18 09:35:14 stelian Exp $";
#endif /* not lint */
#include <config.h>
quit("TP_BSIZE must be a multiple of DEV_BSIZE\n");
memset(&lastlevel, 0, NUM_STR_SIZE);
memset(&level, 0, NUM_STR_SIZE);
+ /* Default dump level is zero. */
+ level[0] = '0';
if (argc < 2)
usage();