pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/vfm.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/vfm.c
Date: Sat, 12 Mar 2005 16:19:54 -0500

Index: pspp/src/vfm.c
diff -u pspp/src/vfm.c:1.30 pspp/src/vfm.c:1.31
--- pspp/src/vfm.c:1.30 Tue Mar  1 08:16:16 2005
+++ pspp/src/vfm.c      Sat Mar 12 21:19:54 2005
@@ -783,10 +783,12 @@
   split_aux.end_func = end_func;
   split_aux.func_aux = func_aux;
 
-  procedure (procedure_with_splits_callback, &split_aux);
-
+  open_active_file ();
+  internal_procedure (procedure_with_splits_callback, &split_aux);
   if (split_aux.case_count > 0 && end_func != NULL)
     end_func (func_aux);
+  close_active_file ();
+
   case_destroy (&split_aux.prev_case);
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]