diff options
Diffstat (limited to 'games/xkobo/files/patch-af')
-rw-r--r-- | games/xkobo/files/patch-af | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xkobo/files/patch-af b/games/xkobo/files/patch-af index 1db897a8ebf4..2bd42624e7b3 100644 --- a/games/xkobo/files/patch-af +++ b/games/xkobo/files/patch-af @@ -5,7 +5,7 @@ break; } - t += i; -+ t = (void *) ((int) t + i); ++ t = (void *) ((long) t + i); len -= i; } while (len > 0); for (;;){ @@ -14,7 +14,7 @@ break; } - t += i; -+ t = (void *) ((int) t + i); ++ t = (void *) ((long) t + i); len -= i; } while (len > 0); for (;;){ |