Changeset 1398 for trunk/dll/grep.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r1395 r1398 288 288 289 289 if (!arg) { 290 Runtime_Error(pszSrcFile, __LINE__, "no data");290 Runtime_Error(pszSrcFile, __LINE__, NULL); 291 291 return; 292 292 }
Note:
See TracChangeset
for help on using the changeset viewer.