Skip to content

Commit

Permalink
Correct integer widths in calls to endian-swapping code
Browse files Browse the repository at this point in the history
  • Loading branch information
sysvinit committed Aug 1, 2018
1 parent 470877f commit e463672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/czinspect/src/zeissio.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ F(zrf, czi_zrf) {

SW32(file_part);
SW64(directory_position);
SW32(metadata_position);
SW64(metadata_position);
SW32(update_pending);
SW64(attachment_directory_position);

Expand Down Expand Up @@ -137,7 +137,7 @@ F(directory, czi_directory) {
F(atmt_entry, czi_attach_entry) {
READM();

SW32(file_position);
SW64(file_position);
SW32(file_part);

return 0;
Expand Down

0 comments on commit e463672

Please sign in to comment.