Changeset 342 for trunk/dll/archive.c


Ignore:
Timestamp:
Jul 26, 2006, 4:00:11 AM (19 years ago)
Author:
root
Message:

Use Runtime_Error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/archive.c

    r318 r342  
    1111  01 Aug 04 SHL Rework lstrip/rstrip usage
    1212  28 Jun 06 SHL Drop obsoletes
     13  17 Jul 06 SHL Use Runtime_Error
    1314
    1415***********************************************************************/
     
    2930#include "fm3str.h"
    3031
     32static PSZ pszSrcFile = __FILE__;
     33
    3134#pragma alloc_text(FMARCHIVE,ArchiveDlgProc)
    32 
    3335
    3436MRESULT EXPENTRY ArchiveDlgProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2)
     
    186188      arcdata = (DIRCNRDATA *)WinQueryWindowPtr(hwnd,0);
    187189      if(!arcdata) {
    188         DosBeep(50,100);
     190        Runtime_Error(pszSrcFile, __LINE__, "no data");
    189191        return 0;
    190192      }
Note: See TracChangeset for help on using the changeset viewer.