Skip to content

Commit

Permalink
fixed g2ccompare (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored Oct 28, 2024
1 parent 627cc16 commit 275359a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/g2c_compare.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ main(int argc, char **argv)
g2c_set_log_level(10);
if ((ret = g2c_open(path[0], G2C_NOWRITE, &g2cid0)))
return ret;
if ((ret = g2c_open(path[0], G2C_NOWRITE, &g2cid1)))
if ((ret = g2c_open(path[1], G2C_NOWRITE, &g2cid1)))
return ret;

/* Compare the files. */
Expand Down

0 comments on commit 275359a

Please sign in to comment.