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

Diff for /pegasus/src/Pegasus/Common/FileSystem.cpp between version 1.47.4.1 and 1.49

version 1.47.4.1, 2004/03/16 22:56:32 version 1.49, 2004/04/14 19:25:57
Line 406 
Line 406 
     //       EBCDIC coversion in SystemUnix.cpp     //       EBCDIC coversion in SystemUnix.cpp
     CString tempPath = path.getCString();     CString tempPath = path.getCString();
 #else #else
     CString tempPath = path.getCStringUTF8();      CString tempPath = path.getCString();
 #endif #endif
  
     return System::changeFilePermissions(tempPath, mode);     return System::changeFilePermissions(tempPath, mode);


Legend:
Removed from v.1.47.4.1  
changed lines
  Added in v.1.49

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2