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

Diff for /pegasus/src/Pegasus/Common/TraceFileHandler.cpp between version 1.4 and 1.5

version 1.4, 2002/06/01 00:56:40 version 1.5, 2002/07/17 22:46:55
Line 140 
Line 140 
     else     else
     {     {
         // Check if directory is writable         // Check if directory is writable
         String dirSeparator("/");          Uint32 pos = fileName.reverseFind('/');
   
         Uint32 pos = fileName.reverseFind(*(dirSeparator.getData()));  
  
         if (pos != PEG_NOT_FOUND)         if (pos != PEG_NOT_FOUND)
         {         {


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2