/[packages]/cauldron/abe/current/SOURCES/abe-1.1-fix-str-fmt.patch
ViewVC logotype

Contents of /cauldron/abe/current/SOURCES/abe-1.1-fix-str-fmt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 75497 - (show annotations) (download)
Tue Mar 22 17:31:52 2011 UTC (13 years, 1 month ago) by dmorgan
File size: 329 byte(s)
imported package abe
1 --- src/Game.c.str 2010-01-27 18:15:58.000000000 +0100
2 +++ src/Game.c 2010-01-27 18:16:06.000000000 +0100
3 @@ -18,7 +18,7 @@
4 len = strlen(path);
5
6 if(1 == version) {
7 - sprintf(path + len, formatted_name);
8 + sprintf(path + len, "%s", formatted_name);
9 } else {
10 sprintf(path + len, formatted_name, version);
11 }

  ViewVC Help
Powered by ViewVC 1.1.30