(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.13 and 1.14

version 1.13, 2007/11/07 09:18:04 version 1.14, 2008/01/28 10:10:58
Line 172 
Line 172 
         switch (mode)         switch (mode)
         {         {
             case 'r':             case 'r':
                 return fopen(path, "rb");                  return fopen(path, "rt");
  
             case 'w':             case 'w':
                 return fopen(path, "wb");                  return fopen(path, "wt");
  
             case 'a':             case 'a':
                 return fopen(path, "a+");                  return fopen(path, "at+");
  
             default:             default:
                 return NULL;                 return NULL;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2