Skip to content

Commit

Permalink
Merge branch 'develop' into ejh_index_3
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored Jan 29, 2024
2 parents 60c66c2 + d76d557 commit bb11d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/g2c_index.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ main(int argc, char **argv)

/* Write the index file. */
if (large_file_index)
write_index_flag &= G2C_LARGE_FILE_INDEX;
write_index_flag &= G2C_LARGE_FILE_INDEX;
if ((ret = g2c_write_index(g2cid, write_index_flag, path[1])))
return ret;

Expand Down

0 comments on commit bb11d60

Please sign in to comment.