Changeset 1916 for trunk/dll/update.c
- Timestamp:
- Nov 1, 2025, 7:30:47 PM (5 days ago)
- File:
-
- 1 edited
-
trunk/dll/update.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/update.c
r1890 r1916 51 51 #include "misc.h" // PostMsg 52 52 #include "fortify.h" 53 #include "eas.h" // GetLargeEASize 53 54 54 55 #ifdef PMPRINTF … … 142 143 if ((!fForceUpper && !fForceLower && strcmp(pci->pszFileName, filename)) || 143 144 pci->cbFile != ffb.cbFile || pci->attrFile != ffb.attrFile || 144 pci->easize != CBLIST_TO_EASIZE(ffb.cbList) || pci->date.day !=145 pci->easize != 65535 ? GetLargeEASize(filename) : CBLIST_TO_EASIZE(ffb.cbList) || pci->date.day != 145 146 ffb.fdateLastWrite.day || pci->date.month != ffb.fdateLastWrite.month || 146 147 pci->date.year != ffb.fdateLastWrite.year + 1980 || pci->time.seconds != … … 405 406 strcmp(pci->pszFileName, filename[x])) || 406 407 pci->cbFile != ffb.cbFile || pci->attrFile != ffb.attrFile || 407 pci->easize != CBLIST_TO_EASIZE(ffb.cbList) ||408 pci->easize != 65535 ? GetLargeEASize(filename[x]) : CBLIST_TO_EASIZE(ffb.cbList) || 408 409 pci->date.day != ffb.fdateLastWrite.day || 409 410 pci->date.month != ffb.fdateLastWrite.month ||
Note:
See TracChangeset
for help on using the changeset viewer.
