]> git.pld-linux.org Git - packages/TORCS.git/commitdiff
- outdated
authorgrzegol <grzegol@pld-linux.org>
Sat, 14 Feb 2004 16:15:48 +0000 (16:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TORCS-compile_fix.patch -> 1.2

TORCS-compile_fix.patch [deleted file]

diff --git a/TORCS-compile_fix.patch b/TORCS-compile_fix.patch
deleted file mode 100644 (file)
index 3f5723e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN aaa/torcs-1.2.1/src/drivers/K1999/K1999.cpp torcs-1.2.1/src/drivers/K1999/K1999.cpp
---- aaa/torcs-1.2.1/src/drivers/K1999/K1999.cpp        2003-04-19 11:48:14.000000000 +0200
-+++ torcs-1.2.1/src/drivers/K1999/K1999.cpp    2003-07-10 16:32:13.000000000 +0200
-@@ -14,7 +14,7 @@
- ////////////////////////////////////////////////////////////////////////////
- #include <iostream.h>
- #ifndef WIN32
--#include <strstream.h>
-+#include <strstream>
- #endif
- #include <iomanip.h>
- #include <math.h>
-@@ -515,7 +515,7 @@
-  OUTPUT("initTrack(" << index << ")");
-  char szSettings[100];
- #ifndef WIN32
-- ostrstream os(szSettings, sizeof(szSettings));
-+ std::ostrstream os(szSettings, sizeof(szSettings));
-  os << "drivers/K1999/" << index << "/settings.xml" << ends;
- #else
-  sprintf(szSettings, "drivers/K1999/%d/settings.xml", index);
This page took 0.064886 seconds and 4 git commands to generate.