Changeset 850 for trunk/dll/avl.c


Ignore:
Timestamp:
Oct 7, 2007, 4:50:15 AM (18 years ago)
Author:
Steven Levine
Message:

Rework large file support wrappers (ticket #41)
Add code to avoid NTFS driver small file read defect (ticket #159)
Add debug code to try to catch David's drive bar exception
Another attempt to correct newview fast viewer text load failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avl.c

    r844 r850  
    162162  ARC_TYPE *info;
    163163  CHAR *p;
    164   CHAR buffer[80];
     164  // CHAR buffer[80];
     165  CHAR buffer[4096];                    // 06 Oct 07 SHL Protect against NTFS defect
    165166
    166167  if (!arcsigsloaded)
Note: See TracChangeset for help on using the changeset viewer.