Skip to content

Commit

Permalink
Print versions in tracelisting when splitting versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-earthscope committed Jul 23, 2023
1 parent d000632 commit 438e406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ main (int argc, char **argv)
{
if (tracegapsum == 1 || tracegaponly == 1)
{
mstl3_printtracelist (mstl, timeformat, 1, tracegaps, 0);
mstl3_printtracelist (mstl, timeformat, 1, tracegaps, splitversion);
}
if (tracegapsum == 2 || tracegaponly == 2)
{
Expand Down

0 comments on commit 438e406

Please sign in to comment.