Differences From Artifact [87dd5a9fa3]:
- File src/OFZIPArchiveEntry.m — part of check-in [2b7c5eb0ec] at 2022-10-25 23:10:54 on branch trunk — Fix building with Apple GCC 4.0.1 (user: js, size: 13515) [annotate] [blame] [check-ins using] [more...]
To Artifact [1e5ec904f3]:
- File src/OFZIPArchiveEntry.m — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 13577) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
403 404 405 406 407 408 409 410 411 412 413 414 415 416 | 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 | + + + + + |
return _lastModifiedFileTime;
}
- (uint16_t)of_lastModifiedFileDate
{
return _lastModifiedFileDate;
}
- (uint32_t)of_startDiskNumber
{
return _startDiskNumber;
}
- (int64_t)of_localFileHeaderOffset
{
return _localFileHeaderOffset;
}
- (OFString *)description
|
| ︙ |