Changeset 1782 for trunk/gsdl/lib


Ignore:
Timestamp:
2000-12-11T14:47:11+13:00 (23 years ago)
Author:
sjboddie
Message:

Fixed a couple of problems with LogDateFormat configuration option that
occurred on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/fileutil.cpp

    r1739 r1782  
    162162  // freeing this memory can cause a runtime error on some (particularly
    163163  // debug) versions of VC++
    164   delete dirpath;
     164  //  delete dirpath;
    165165 
    166166  if (hSearch == INVALID_HANDLE_VALUE) {
     
    180180  // freeing this memory can cause a runtime error on some (particularly
    181181  // debug) versions of VC++
    182   delete dirpath;
     182  //  delete dirpath;
    183183 
    184184  if (hSearch == INVALID_HANDLE_VALUE) {
Note: See TracChangeset for help on using the changeset viewer.