<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40252 >

 This fixes SDL-client compilation. Will commit immediately.

 Code commits must follow commit rules, and are performed by entitled
code developers only.


 - ML

diff -Nurd -X.diff_ignore freeciv/client/gui-sdl/citydlg.c freeciv/client/gui-sdl/citydlg.c
--- freeciv/client/gui-sdl/citydlg.c	2008-05-26 01:44:34.000000000 +0300
+++ freeciv/client/gui-sdl/citydlg.c	2008-05-26 02:55:27.000000000 +0300
@@ -2985,8 +2985,8 @@
 		PL_("turn", "turns", abs(count)));
   } else {
     my_snprintf(cBuf, sizeof(cBuf),
-	      PL_("City growth: %d turn", "City growth: %d turns", count));
-}
+                PL_("City growth: %d turn", "City growth: %d turns", count), count);
+  }
 
   copy_chars_to_string16(pStr, cBuf);
 
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to