Changeset 382 for trunk/dll/uudecode.c


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

Use RuntimeError2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/uudecode.c

    r328 r382  
    424424        }
    425425        if (!list || !list[0]) {
    426           Runtime_Error(pszSrcFile, __LINE__, "no data");
     426          Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT);
    427427          break;
    428428        }
Note: See TracChangeset for help on using the changeset viewer.