Changes between Initial Version and Version 1 of Ticket #40, comment 27
- Timestamp:
- Apr 24, 2017, 11:26:05 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 27
initial v1 1 1 I just looked at the FAT32 code: 2 2 3 example "FS_CHGFILEPTRL": I can see that parameter "offset" has now become a "long long" which makes sense. However, "struct sffsi" has not changed.[[BR]]3 example "FS_CHGFILEPTRL": I can see that parameter "offset" has now become a "long long" which makes perfect sense. However, "struct sffsi" has not changed.[[BR]] 4 4 Are you sure that you do not need to change the structure variables "sfi_size" and "sfi_position" to also become "unsigned long long" instead of "unsigned long" ?[[BR]] 5 5 Same question goes to FS_NEWSIZEL, FS_FILELOCKSL (for "struct sffsi" as well as for "struct filelock" for its variables "FileOffset" and "RangeLength"), FS_CANCELLOCKREQUESTL (for "struct sffsi" as well as for "struct filelock").