Changeset 924 for trunk/dll/flesh.c


Ignore:
Timestamp:
Jan 17, 2008, 1:40:52 AM (18 years ago)
Author:
Steven Levine
Message:

Avoid error reports for R/O FAT directories (ticket #116)
Change Config->Edit and Config->Palette menus to have no default
Move SpecialSelect to comp.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/flesh.c

    r907 r924  
    179179                     TRUE,              // recurse
    180180                     TRUE,              // partial
    181                      NULL,
     181                     NULL,              // stop flag
    182182                     dcd,
    183                      NULL,
    184                      NULL);
     183                     NULL,              // total files
     184                     NULL);             // total bytes
    185185  }
    186186  return TRUE;
Note: See TracChangeset for help on using the changeset viewer.