Changeset 1347 for trunk/dll/eas.c


Ignore:
Timestamp:
Dec 20, 2008, 5:22:16 AM (17 years ago)
Author:
Gregg Young
Message:

More code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/eas.c

    r1222 r1347  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2004, 2006 Steven H. Levine
     9  Copyright (c) 2004, 2008 Steven H. Levine
    1010
    1111  01 Aug 04 SHL Rework lstrip/rstrip usage
     
    13061306  }
    13071307  else {
    1308     //Runtime_Error(pszSrcFile, __LINE__, "why here", filename);
    1309     //03 AUG 07 GKY This isn't an error it is for processing Readonly files
    13101308    /* try it without opening it */
    13111309    if (!DosQueryPathInfo(filename, FIL_QUERYEASIZE, (PVOID) & fsa4,
     
    13471345                info = xmalloc(sizeof(HOLDFEA), pszSrcFile, __LINE__);
    13481346                if (info) {
    1349         // 29 Nov 07 GKY One short (EA search crash)
     1347               // 29 Nov 07 GKY One short (EA search crash)
    13501348                  info->pfea =
    13511349                    xmalloc(eaop.fpFEA2List->cbList - sizeof(ULONG) + 1,
Note: See TracChangeset for help on using the changeset viewer.