Skip to content

Commit f3f1dd5

Browse files
committed
wrong unit in error message
https://bugs.eressea.de/view.php?id=3005
1 parent 83f4db9 commit f3f1dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sort.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void do_sort(region *r)
8080
ship_set_owner(u);
8181
}
8282
else {
83-
cmistake(v, ord, 261, MSG_EVENT);
83+
cmistake(u, ord, 261, MSG_EVENT);
8484
break;
8585
}
8686
}
@@ -90,7 +90,7 @@ void do_sort(region *r)
9090
building_set_owner(u);
9191
}
9292
else {
93-
cmistake(v, ord, 261, MSG_EVENT);
93+
cmistake(u, ord, 261, MSG_EVENT);
9494
break;
9595
}
9696
}

0 commit comments

Comments
 (0)