Changeset 1398 for trunk/dll/uudecode.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/uudecode.c
r1395 r1398 388 388 } 389 389 if (!list || !list[0]) { 390 Runtime_Error 2(pszSrcFile, __LINE__, IDS_NODATATEXT);390 Runtime_Error(pszSrcFile, __LINE__, NULL); 391 391 break; 392 392 }
Note:
See TracChangeset
for help on using the changeset viewer.