/[pspp]/pspp/src/vfm.c
ViewVC logotype

Diff of /pspp/src/vfm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by blp, Tue Mar 1 08:16:16 2005 UTC revision 1.31 by blp, Sat Mar 12 21:19:54 2005 UTC
# Line 783  procedure_with_splits (void (*begin_func Line 783  procedure_with_splits (void (*begin_func
783    split_aux.end_func = end_func;    split_aux.end_func = end_func;
784    split_aux.func_aux = func_aux;    split_aux.func_aux = func_aux;
785    
786    procedure (procedure_with_splits_callback, &split_aux);    open_active_file ();
787      internal_procedure (procedure_with_splits_callback, &split_aux);
788    if (split_aux.case_count > 0 && end_func != NULL)    if (split_aux.case_count > 0 && end_func != NULL)
789      end_func (func_aux);      end_func (func_aux);
790      close_active_file ();
791    
792    case_destroy (&split_aux.prev_case);    case_destroy (&split_aux.prev_case);
793  }  }
794    

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26