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

Diff for /pegasus/src/Pegasus/Common/Executor.cpp between version 1.14 and 1.15

version 1.14, 2008/01/28 10:10:58 version 1.15, 2008/01/29 18:45:05
Line 172 
Line 172 
         switch (mode)         switch (mode)
         {         {
             case 'r':             case 'r':
                 return fopen(path, "rt");                  return fopen(path, "r");
  
             case 'w':             case 'w':
                 return fopen(path, "wt");                  return fopen(path, "w");
  
             case 'a':             case 'a':
                 return fopen(path, "at+");                  return fopen(path, "a+");
  
             default:             default:
                 return NULL;                 return NULL;


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2