Changeset 730 for trunk/dll/info.c


Ignore:
Timestamp:
Jul 22, 2007, 7:57:09 PM (18 years ago)
Author:
Gregg Young
Message:

Preliminary work on variable sized container buffers. Removes szFileName etc. Builds fine but traps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/info.c

    r689 r730  
    776776          WinEnableWindow(WinWindowFromID(hwnd, FLE_ISARCHIVE), TRUE);
    777777          WinEnableWindow(WinWindowFromID(hwnd, FLE_BINARY), TRUE);
    778           fp = _fsopen(pfs->szFileName, "rb", SH_DENYNO);
     778          fp = _fsopen(pfs->szFileName, "rb", SH_DENYNO);
    779779          if (fp) {
    780780            char buff[512];
Note: See TracChangeset for help on using the changeset viewer.