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

Diff for /pegasus/src/Pegasus/Common/SystemVms.cpp between version 1.23.6.1 and 1.24

version 1.23.6.1, 2013/06/03 22:35:13 version 1.24, 2012/12/17 05:16:33
Line 103 
Line 103 
         if (dir_path)         if (dir_path)
         {         {
             vmsPath = dir_path;             vmsPath = dir_path;
             delete [] dir_path;              delete dir_path;
         }         }
         ret = dir_path != 0;         ret = dir_path != 0;
     }     }
Line 132 
Line 132 
         if (dir_path)         if (dir_path)
         {         {
             vms_path = dir_path;             vms_path = dir_path;
             delete [] dir_path;              delete dir_path;
             ret = 1;             ret = 1;
         }         }
         else         else


Legend:
Removed from v.1.23.6.1  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2