Changeset 1398 for trunk/dll/dirsize.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1395 r1398 444 444 445 445 if (!dirsize) { 446 Runtime_Error(pszSrcFile, __LINE__, "no data");446 Runtime_Error(pszSrcFile, __LINE__, NULL); 447 447 return; 448 448 } … … 939 939 pState = INSTDATA(hwnd); 940 940 if (!pState) 941 Runtime_Error 2(pszSrcFile, __LINE__, IDS_NODATATEXT);941 Runtime_Error(pszSrcFile, __LINE__, NULL); 942 942 else { 943 943 … … 1013 1013 pState = INSTDATA(hwnd); 1014 1014 if (!pState) 1015 Runtime_Error 2(pszSrcFile, __LINE__, IDS_NODATATEXT);1015 Runtime_Error(pszSrcFile, __LINE__, NULL); 1016 1016 else { 1017 1017 if (pState->working) {
Note:
See TracChangeset
for help on using the changeset viewer.