even on an error condition.
+Sat Oct 14 16:56:44 2006 Ben Pfaff <blp@gnu.org>
+
+ * casefile.c (casereader_read_xfer): Always initialize the case,
+ even on an error condition.
+
Wed Sep 27 09:37:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
* procedure.c (case_limit_trns_proc): Fixed buglet which rendered the
struct ccase *read_case = NULL ;
+ case_nullify (c);
if ( casefile_error (cf) )
return false;
if ( ! read_case ) return false;
if ( ffr->destructive && casefile_in_core (cf) )
- {
- case_nullify (c);
case_move (c, read_case);
- }
else
case_clone (c, read_case);