Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37913257
en ru br
ALT Linux repos
S:1.07-alt1

Group :: Games/Cards
RPM: xpat2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xpat2-1.07-fix-str-fmt.patch
Download


--- src/commands.c.orig	2009-03-08 01:20:11.000000000 +0100
+++ src/commands.c	2009-03-08 01:21:44.000000000 +0100
@@ -160,7 +160,7 @@
 	infosub(buf+strlen(buf), (*rules.score)(), TXT_SCOREBLOCK);
 	sprintf(buf+strlen(buf), " %d.", rules.maxscore);
     } else
-	sprintf(buf+strlen(buf), TXT_NOSCORE);
+	sprintf(buf+strlen(buf), "%s", TXT_NOSCORE);
     show_message(buf);
 }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin