Changeset 1082 for trunk/dll/dirsize.c
- Timestamp:
- Jul 20, 2008, 12:37:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1067 r1082 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 7Steven H. Levine9 Copyright (c) 2001, 2008 Steven H. Levine 10 10 11 11 16 Oct 02 SHL Handle large partitions … … 34 34 29 Feb 08 GKY Add presparams & update appearence of "Sizes" dialog 35 35 07 Jul 08 GKY Fixed trap in PMCTLS (strlen) inadequate memory allocation 36 07 Jul o8 GKY Fixed trap by no longer allocating pci->pszLongName as flag but pointing isroot36 07 Jul 08 GKY Fixed trap by no longer allocating pci->pszLongName as flag but pointing isroot 37 37 version to NullStr and all others to NULL. 38 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory; use pTmpDir for temp files 38 39 39 40 ***********************************************************************/ … … 927 928 FILE *fp; 928 929 929 save_dir2(szFileName); 930 if (pTmpDir) 931 strcpy(szFileName, pTmpDir); 932 else 933 strcpy(szFileName, pFM2SaveDirectory); 934 //save_dir2(szFileName); 930 935 sprintf(&szFileName[strlen(szFileName)], "\\%csizes.Rpt", 931 936 (pState) ? toupper(*pState->szDirName) : '+');
Note:
See TracChangeset
for help on using the changeset viewer.