Changeset 378 for trunk/dll/archive.c


Ignore:
Timestamp:
Jul 27, 2006, 8:32:26 AM (19 years ago)
Author:
root
Message:

Use RuntimeError2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/archive.c

    r342 r378  
    188188      arcdata = (DIRCNRDATA *)WinQueryWindowPtr(hwnd,0);
    189189      if(!arcdata) {
    190         Runtime_Error(pszSrcFile, __LINE__, "no data");
     190        Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT);
    191191        return 0;
    192192      }
Note: See TracChangeset for help on using the changeset viewer.