summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 49c1e6c4ef..4610e6209d 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -3839,7 +3839,7 @@ void debug_xom_effects()
fprintf(ostat, "---- STARTING XOM DEBUG TESTING ----\n");
fprintf(ostat, "%s\n", dump_overview_screen(false).c_str());
- fprintf(ostat, screenshot().c_str());
+ fprintf(ostat, "%s", screenshot().c_str());
fprintf(ostat, "\n%s\n", mpr_monster_list().c_str());
fprintf(ostat, " --> Tension: %d\n", tension);