Skip to content

Commit

Permalink
wrong unit in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Feb 16, 2024
1 parent 83f4db9 commit f3f1dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void do_sort(region *r)
ship_set_owner(u);
}
else {
cmistake(v, ord, 261, MSG_EVENT);
cmistake(u, ord, 261, MSG_EVENT);
break;
}
}
Expand All @@ -90,7 +90,7 @@ void do_sort(region *r)
building_set_owner(u);
}
else {
cmistake(v, ord, 261, MSG_EVENT);
cmistake(u, ord, 261, MSG_EVENT);
break;
}
}
Expand Down

0 comments on commit f3f1dd5

Please sign in to comment.