Skip to content

Commit

Permalink
fix output encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 10, 2025
1 parent d56ed40 commit 667b17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cursecheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ command_result cursecheck (color_ostream &out, vector <string> & parameters)

if (giveDetails)
{
out << (Units::getReadableName(unit));
out << DF2CONSOLE(Units::getReadableName(unit));

auto death = df::incident::find(unit->counters.death_id);
out.print(", born in %d, cursed in %d to be a %s. (%s%s)\n",
Expand Down

0 comments on commit 667b17b

Please sign in to comment.