Changes between Initial Version and Version 1 of Ticket #40, comment 27


Ignore:
Timestamp:
Apr 24, 2017, 9:26:05 AM (7 years ago)
Author:
erdmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40, comment 27

    initial v1  
    11I just looked at the FAT32 code:
    22
    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]]
     3example "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]]
    44Are 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]]
    55Same 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").