Changeset 378 for trunk/dll/dirsize.c
- Timestamp:
- Jul 27, 2006, 8:32:26 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r350 r378 857 857 pState = INSTDATA(hwnd); 858 858 if (!pState) 859 Runtime_Error (pszSrcFile, __LINE__, "no data");859 Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT); 860 860 else { 861 861 … … 922 922 pState = INSTDATA(hwnd); 923 923 if (!pState) 924 Runtime_Error (pszSrcFile, __LINE__, "no data");924 Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT); 925 925 else { 926 926 if (pState->working) {
Note:
See TracChangeset
for help on using the changeset viewer.