diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
commit | f982be45e81588a27383cd1a3eb12789b8498904 (patch) | |
tree | 07be283d015b2c39f95e655cb7328ff355bc47fa /games/knights-kde4/files/patch-core.cpp | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Diffstat (limited to 'games/knights-kde4/files/patch-core.cpp')
-rw-r--r-- | games/knights-kde4/files/patch-core.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/games/knights-kde4/files/patch-core.cpp b/games/knights-kde4/files/patch-core.cpp deleted file mode 100644 index 0fe783deb901..000000000000 --- a/games/knights-kde4/files/patch-core.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- knights/core.cpp.orig Sat Aug 21 10:14:24 2004 -+++ knights/core.cpp Sat Aug 21 10:28:14 2004 -@@ -90,7 +90,7 @@ - else - { - /* Use an existing internetIO */ -- (io_base*)internetioPtr = myIOMap.find(Null); -+ internetioPtr = (io_internet*)myIOMap.find(Null); - if( internetioPtr == NULL ) - { - kdWarning() << "core::createNewIO: Trying to connect a match to an internetIO that doesn't exsist." << endl; -@@ -114,12 +114,12 @@ - } - else - { -- (io_base*)internetioPtr = myIOMap.find(ID); -+ internetioPtr = (io_internet*)myIOMap.find(ID); - if( internetioPtr == NULL ) - { - /* no io mapped to the ID yet, use the internetio */ - /* Use an existing internetIO */ -- (io_base*)internetioPtr = myIOMap.find(Null); -+ internetioPtr = (io_internet*)myIOMap.find(Null); - if( internetioPtr == NULL ) - { - kdWarning() << "core::createNewIO: Trying to connect a match to an internetIO that doesn't exsist." << endl; |