/[PAMELA software]/eventviewer/flight/src/FEventViewer.cpp
ViewVC logotype

Diff of /eventviewer/flight/src/FEventViewer.cpp

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

revision 1.1 by mocchiut, Fri Jul 14 14:18:06 2006 UTC revision 1.2 by mocchiut, Tue Aug 11 13:03:42 2009 UTC
# Line 71  int main(int numinp, char *inps[]){ Line 71  int main(int numinp, char *inps[]){
71      pid_t pid;      pid_t pid;
72      if( (pid=fork()) == -1 ){      if( (pid=fork()) == -1 ){
73        fprintf(stderr," Fork error. Exiting.\n");        fprintf(stderr," Fork error. Exiting.\n");
74        exit(1);                return(1);        
75      };      };
76      if( !pid ) {      if( !pid ) {
77        ShowEvent(name,selfile,outdir);        ShowEvent(name,selfile,outdir);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23