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
commit0155df8ff757666e3c111a3088fa922f67b06c47 (patch)
treec2f2ebd424f952d3d84889cf30c8744b495c1117 /games-strategy
parentfix for bug 33347 - patch from Mamoru KOMACHI to work with gettext-12 (diff)
downloadhistorical-0155df8ff757666e3c111a3088fa922f67b06c47.tar.gz
historical-0155df8ff757666e3c111a3088fa922f67b06c47.tar.bz2
historical-0155df8ff757666e3c111a3088fa922f67b06c47.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;