-$Id: CHANGES,v 1.128 2001/07/20 12:41:53 stelian Exp $
+$Id: CHANGES,v 1.129 2001/08/13 15:48:51 stelian Exp $
+
+Changes between versions 0.4b23 and 0.4b24 (released ?????????????)
+===================================================================
+
+1. Fix the permissions of a newly created QFA file by dump.
Changes between versions 0.4b22 and 0.4b23 (released July 20, 2001)
===================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.54 2001/07/19 09:49:35 stelian Exp $";
+ "$Id: main.c,v 1.55 2001/08/13 15:48:52 stelian Exp $";
#endif /* not lint */
#include <config.h>
#ifdef USE_QFA
if (tapepos) {
msg("writing QFA positions to %s\n", gTapeposfile);
- if ((gTapeposfd = open(gTapeposfile, O_RDWR|O_CREAT)) < 0)
+ if ((gTapeposfd = open(gTapeposfile, O_RDWR|O_CREAT, S_IRUSR | S_IWUSR)) < 0)
quit("can't open tapeposfile\n");
/* print QFA-file header */
sprintf(gTps, "%s\n%s\n%ld\n\n", QFA_MAGIC, QFA_VERSION, (unsigned long)spcl.c_date);