diff options
Diffstat (limited to 'games/vavoom/files/patch-source_sys__sdl.cpp')
-rw-r--r-- | games/vavoom/files/patch-source_sys__sdl.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/vavoom/files/patch-source_sys__sdl.cpp b/games/vavoom/files/patch-source_sys__sdl.cpp deleted file mode 100644 index cb5803e03158..000000000000 --- a/games/vavoom/files/patch-source_sys__sdl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- source/sys_sdl.cpp.orig Mon Dec 12 14:39:33 2005 -+++ source/sys_sdl.cpp Mon Dec 12 14:39:52 2005 -@@ -380,7 +380,7 @@ - char *out = buf; - size_t inbytes = 1; - size_t outbytes = 8; -- iconv(cd, &in, &inbytes, &out, &outbytes); -+ iconv(cd, (const char**)&in, &inbytes, &out, &outbytes); - fwrite(buf, 1, out - buf, stdout); - } - |