(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.87.10.1 and 1.87.10.2

version 1.87.10.1, 2013/07/30 05:38:50 version 1.87.10.2, 2013/09/01 11:06:00
Line 452 
Line 452 
 String FileSystem::getAbsoluteFileName( String FileSystem::getAbsoluteFileName(
     const String& filename)     const String& filename)
 { {
     char resolvedName[512];      char resolvedName[PATH_MAX+1];
     /*     /*
      * ReturnValue:      * ReturnValue:
      *    1) Upon successful completion, realpath() shall return a pointer to      *    1) Upon successful completion, realpath() shall return a pointer to


Legend:
Removed from v.1.87.10.1  
changed lines
  Added in v.1.87.10.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2