diff options
Diffstat (limited to 'games-sports/ultimatestunts/files/ultimatestunts-0.7.2-amd64.patch')
-rw-r--r-- | games-sports/ultimatestunts/files/ultimatestunts-0.7.2-amd64.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-sports/ultimatestunts/files/ultimatestunts-0.7.2-amd64.patch b/games-sports/ultimatestunts/files/ultimatestunts-0.7.2-amd64.patch deleted file mode 100644 index f70400404e8e..000000000000 --- a/games-sports/ultimatestunts/files/ultimatestunts-0.7.2-amd64.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- simulation/metaserver.cpp.old 2007-08-09 15:50:01.000000000 +0200 -+++ simulation/metaserver.cpp 2007-08-09 15:50:52.000000000 +0200 -@@ -192,7 +192,7 @@ - "Connection: close\r\n" - "User-Agent: " + PACKAGE + "/" + VERSION + "\r\n" - "Content-Type: application/x-www-form-urlencoded\r\n" -- "Content-Length: " + data.length() + "\r\n" -+ "Content-Length: " + (unsigned int)data.length() + "\r\n" - "\r\n" - + data + "\r\n"; - |