summaryrefslogtreecommitdiffstats
path: root/games/rogue/score.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/rogue/score.c')
-rw-r--r--games/rogue/score.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rogue/score.c b/games/rogue/score.c
index 385a401..06b10b7 100644
--- a/games/rogue/score.c
+++ b/games/rogue/score.c
@@ -336,7 +336,7 @@ object *monster;
}
}
}
- sprintf(buf, "%2d %6d %s: ", rank+1, rogue.gold, login_name);
+ sprintf(buf, "%2d %6ld %s: ", rank+1, rogue.gold, login_name);
if (other) {
switch(other) {
OpenPOWER on IntegriCloud