Package: tuxmath
Version: 2.0.3

I confirm this issue and attach rediff for tuxmath-2.0.3
diff -ur tuxmath_w_fonts-2.0.3.orig/src/menu.c tuxmath_w_fonts-2.0.3/src/menu.c
--- tuxmath_w_fonts-2.0.3.orig/src/menu.c	2011-05-04 04:15:06.000000000 +0400
+++ tuxmath_w_fonts-2.0.3/src/menu.c	2015-07-18 20:55:10.000000000 +0300
@@ -374,7 +374,7 @@
     int nplayers = 0;
     char npstr[HIGH_SCORE_NAME_LENGTH * 3];
 
-    while (nplayers <= 0 || nplayers > MAX_PLAYERS)
+    while (nplayers <= 1 || nplayers > MAX_PLAYERS)
     {
 	NameEntry(npstr, _("How many kids are playing?"),
 		_("(Between 2 and 4 players)"), NULL);

Reply via email to