diff options
Diffstat (limited to 'chinese/xsim/files/patch-ic.cpp')
-rw-r--r-- | chinese/xsim/files/patch-ic.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chinese/xsim/files/patch-ic.cpp b/chinese/xsim/files/patch-ic.cpp deleted file mode 100644 index ce43634f1665..000000000000 --- a/chinese/xsim/files/patch-ic.cpp +++ /dev/null @@ -1,9 +0,0 @@ ---- xsim/ic.cpp.orig 2007-08-12 15:43:13.000000000 +0200 -+++ xsim/ic.cpp 2007-08-12 15:43:35.000000000 +0200 -@@ -103,5 +103,5 @@ - - int TIC::alive() - { -- return (int)im; -+ return (intptr_t)im; - } |