Changeset 291
- Timestamp:
- Jun 27, 2006, 2:13:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r130 r291 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 5Steven H.Levine9 Copyright (c) 2001, 2006 Steven H.Levine 10 10 11 11 12 Sep 02 SHL AutoObjProc: catch buff2 overflows … … 13 13 12 Feb 03 SHL AutoObjProc: standardize EA math 14 14 23 May 05 SHL Use QWL_USER 15 29 May 06 SHL Sync with archiver.bb2 mods 15 16 16 17 ***********************************************************************/ … … 38 39 static CHAR stopflag; 39 40 static CHAR currfile[CCHMAXPATH]; 40 extern BOOL loadedarcs;41 42 41 43 42 BOOL WriteEA (HWND hwnd,CHAR *filename,CHAR *eaname,USHORT type,CHAR *data) { … … 322 321 olen = ibufflen; 323 322 // Check archive 324 if(! loadedarcs)323 if(!arcsigsloaded) 325 324 load_archivers(); 326 325 info = arcsighead;
Note:
See TracChangeset
for help on using the changeset viewer.