-$Id: CHANGES,v 1.302 2009/06/18 10:17:58 stelian Exp $
+$Id: CHANGES,v 1.303 2009/07/23 09:34:07 stelian Exp $
+
+Changes between versions 0.4b42 and 0.4b43 (released ?????????????)
+===================================================================
+
+1. Fix a bug in dump making impossible to handle large toc files
+ (> 2 GB). Thanks to X DUGi <xdugi@users.sourceforge.net> for
+ reporting the bug (Sourceforge bug #2820629)
Changes between versions 0.4b41 and 0.4b42 (released June 18, 2009)
===================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.95 2009/06/18 09:35:14 stelian Exp $";
+ "$Id: main.c,v 1.96 2009/07/23 09:34:07 stelian Exp $";
#endif /* not lint */
#include <config.h>
}
(void)setuid(getuid()); /* rmthost() is the only reason to be setuid */
- if (Apath && (Afile = open(Apath, O_WRONLY|O_CREAT|O_TRUNC,
+ if (Apath && (Afile = OPEN(Apath, O_WRONLY|O_CREAT|O_TRUNC,
S_IRUSR | S_IWUSR | S_IRGRP |
S_IWGRP | S_IROTH | S_IWOTH)) < 0) {
msg("Cannot open %s for writing: %s\n",