(file) Return to Process.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Process.c between version 1.3 and 1.4

version 1.3, 2007/06/12 18:19:46 version 1.4, 2008/02/22 19:09:51
Line 130 
Line 130 
     if (!is)     if (!is)
         return -1;         return -1;
  
       if (fscanf(is, "%d\n", pid) != 1)
       {
     *pid = 0;     *pid = 0;
       }
  
     fscanf(is, "%d\n", pid);  
     fclose(is);     fclose(is);
  
     if (*pid == 0)     if (*pid == 0)


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2