Changeset 1439 for trunk/dll/collect.c
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/collect.c
r1430 r1439 66 66 08 Mar 09 GKY Additional strings move to PCSZs in init.c 67 67 06 Jun 09 GKY Add option to show file system type or drive label in tree 68 12 Jul 09 GKY Add szFSType to FillInRecordFromFSA use to bypass EA scan and size formatting 69 for tree container 68 70 69 71 ***********************************************************************/ … … 836 838 dcd->ullTotalBytes += FillInRecordFromFSA(dcd->hwndCnr, pci, 837 839 fullname, 838 &fs4, FALSE, NULL, dcd);840 &fs4, FALSE, 0, dcd); 839 841 memset(&ri, 0, sizeof(RECORDINSERT)); 840 842 ri.cb = sizeof(RECORDINSERT);
Note:
See TracChangeset
for help on using the changeset viewer.