@ -1783,7 +1783,7 @@ int Gui::autoDFAnnouncement(df::report_init r, string message)
if (a_flags.bits.D_DISPLAY)
{
world->status.display_timer = r.display_timer;
Gui::writeToGamelog("x" + (repeat_count + 1));
Gui::writeToGamelog("x" + to_string(repeat_count + 1));
}
return 0;