]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/journal.c
Fix typo in journaling of output lines
[empserver] / src / lib / subs / journal.c
index 5eddb136f23bb00aa33e3446bb23d31ca821c006..12d78e28afe985ea535f9074fa6a65a8758aee62 100644 (file)
@@ -209,7 +209,7 @@ journal_output_1(struct player *pl, int id,
        journal_entry("output %d %d %s%.*s",
                      pl->cnum, id, buf1, buf2prec, buf2);
     else
-       journal_entry("output %p %id %s%.*s",
+       journal_entry("output %p %d %s%.*s",
                      pl, id, buf1, buf2prec, buf2);
 }