Changeset 1648 for trunk/gsdl/lib


Ignore:
Timestamp:
2000-11-03T10:11:24+13:00 (23 years ago)
Author:
sjboddie
Message:

Added some comments about weird windows behavioural patterns

File:
1 edited

Legend:

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

    r1485 r1648  
    160160 
    161161  hSearch = FindFirstFile(dirpath, &FileData);
     162  // freeing this memory can cause a runtime error on some (particularly
     163  // debug) versions of VC++
    162164  delete dirpath;
    163165 
     
    176178 
    177179  hSearch = FindFirstFile(dirpath, &FileData);
     180  // freeing this memory can cause a runtime error on some (particularly
     181  // debug) versions of VC++
    178182  delete dirpath;
    179183 
Note: See TracChangeset for help on using the changeset viewer.