freebsd-ports/chinese/xsim/files/patch-ic.cpp

10 lines
196 B
C++
Raw Normal View History

2007-08-12 15:48:10 +02:00
--- 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;
}