summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-15 22:14:35 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-15 22:14:35 +0000
commite9949d6ada56b9fc354f81eb94ef392e367a19e1 (patch)
tree65e25fb127a61a51e6df85dc4c64831ea5acf001 /games-strategy
parentfix for bug 33347 - patch from Mamoru KOMACHI to work with gettext-12 (diff)
downloadgentoo-2-e9949d6ada56b9fc354f81eb94ef392e367a19e1.tar.gz
gentoo-2-e9949d6ada56b9fc354f81eb94ef392e367a19e1.tar.bz2
gentoo-2-e9949d6ada56b9fc354f81eb94ef392e367a19e1.zip
fix format bug #33553
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/freecnc/files/0.2.1.31072003-gentoo-paths.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/freecnc/files/0.2.1.31072003-gentoo-paths.patch b/games-strategy/freecnc/files/0.2.1.31072003-gentoo-paths.patch
index b134072c04d8..7b640b31f13e 100644
--- a/games-strategy/freecnc/files/0.2.1.31072003-gentoo-paths.patch
+++ b/games-strategy/freecnc/files/0.2.1.31072003-gentoo-paths.patch
@@ -35,7 +35,7 @@
- lf = new char[strlen(binpath)+strlen("audplay.log")+2];
- sprintf(lf, "%s/audplay.log", binpath);
+ lf = new char[strlen("GENTOO_LOGDIR")+strlen("audplay.log")+2];
-+ sprintf(lf, "GENTOO_LOGDIR/audplay.log", binpath);
++ sprintf(lf, "GENTOO_LOGDIR/audplay.log");
VFS_PreInit(binpath);
logger = new Logger(lf,0);
delete[] lf;