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

Diff for /pegasus/src/Pegasus/Common/DirWindows.cpp between version 1.9 and 1.10

version 1.9, 2002/08/17 00:59:36 version 1.10, 2002/08/29 00:27:52
Line 44 
Line 44 
  
 Dir::Dir(const String& path) Dir::Dir(const String& path)
 { {
     ArrayDestroyer<char> p(strcat(path.allocateCString(2), "/*"));  
     _rep = new DirRep;     _rep = new DirRep;
     _rep->file = _findfirst(p.getPointer(), &_rep->findData);      _rep->file = _findfirst((path+"/*").getCString(), &_rep->findData);
  
     if (_rep->file == -1)     if (_rep->file == -1)
     {     {


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2