Changeset 1782


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

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/etc/main.cfg

    r1779 r1782  
    3636# log (i.e. if logcgiargs is enabled). It takes the following values:
    3737LocalTime: (the default) The local time and date in the form
    38            "Thu Dec  7 23:47:00 NZDT 2000".
     38           "Thu Dec 07 23:47:00 NZDT 2000".
    3939UTCTime: Coordinated universal time (GMT) in the same format as LocalTime.
    4040Absolute: Integer value representing the number of seconds since
  • 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.