Changeset 1916 for trunk/dll/seeall.c


Ignore:
Timestamp:
Nov 1, 2025, 7:30:47 PM (5 days ago)
Author:
Gregg Young
Message:

Fix easize so that EAs larger than 32767 show their actual size instead of 32767

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seeall.c

    r1880 r1916  
    815815                                            &fs4, sizeof(fs4)) &&
    816816                          !(fs4.attrFile & FILE_DIRECTORY) &&
    817                           // fixme to use CBLIST_TO_EASIZE?
     817                          // fixme to use CBLIST_TO_EASIZE? No as it understates the size of EA > 32K
    818818                          fs4.cbFile + fs4.cbList <= ullFreeBytes) {
    819819                        // Swap with failing item
Note: See TracChangeset for help on using the changeset viewer.