(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.31 and 1.32

version 1.31, 2002/03/19 22:55:59 version 1.32, 2002/04/12 18:26:09
Line 245 
Line 245 
     if (!existsNoCase(path, realPath))     if (!existsNoCase(path, realPath))
         return false;         return false;
  
     ArrayDestroyer<char> p(_clonePath(path));      ArrayDestroyer<char> p(_clonePath(realPath));
  
     is.open(p.getPointer() PEGASUS_IOS_BINARY);     is.open(p.getPointer() PEGASUS_IOS_BINARY);
     return !!is;     return !!is;
Line 261 
Line 261 
     if (!existsNoCase(path, realPath))     if (!existsNoCase(path, realPath))
         return false;         return false;
  
     ArrayDestroyer<char> p(_clonePath(path));      ArrayDestroyer<char> p(_clonePath(realPath));
  
     fs.open(p.getPointer(), mode);     fs.open(p.getPointer(), mode);
     return !!fs;     return !!fs;


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2