Changeset 291


Ignore:
Timestamp:
Jun 27, 2006, 2:13:45 AM (19 years ago)
Author:
root
Message:

Sync with archiver.bb2 mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r130 r291  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2005 Steven H.Levine
     9  Copyright (c) 2001, 2006 Steven H.Levine
    1010
    1111  12 Sep 02 SHL AutoObjProc: catch buff2 overflows
     
    1313  12 Feb 03 SHL AutoObjProc: standardize EA math
    1414  23 May 05 SHL Use QWL_USER
     15  29 May 06 SHL Sync with archiver.bb2 mods
    1516
    1617***********************************************************************/
     
    3839static CHAR stopflag;
    3940static CHAR currfile[CCHMAXPATH];
    40 extern BOOL loadedarcs;
    41 
    4241
    4342BOOL WriteEA (HWND hwnd,CHAR *filename,CHAR *eaname,USHORT type,CHAR *data) {
     
    322321                        olen = ibufflen;
    323322                        // Check archive
    324                         if(!loadedarcs)
     323                        if(!arcsigsloaded)
    325324                          load_archivers();
    326325                        info = arcsighead;
Note: See TracChangeset for help on using the changeset viewer.