diff options
-rw-r--r-- | games/quadra/files/patch-source_update.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/quadra/files/patch-source_update.cpp b/games/quadra/files/patch-source_update.cpp new file mode 100644 index 000000000000..d5987b85c646 --- /dev/null +++ b/games/quadra/files/patch-source_update.cpp @@ -0,0 +1,13 @@ +--- source/update.cpp.orig 2018-07-07 17:27:09 UTC ++++ source/update.cpp +@@ -80,8 +80,8 @@ void AutoUpdaterImpl::init() { + } + + buf.resize(0); +- buf.append("GET "UPDATE_PATH" HTTP/1.0\r\n"); +- buf.append("Host: "UPDATE_HOST"\r\n"); ++ buf.append("GET " UPDATE_PATH " HTTP/1.0\r\n"); ++ buf.append("Host: " UPDATE_HOST "\r\n"); + buf.append("Connection: close\r\n"); + snprintf(st, sizeof(st), "User-Agent: Quadra/%s\r\n", VERSION_STRING); + buf.append(st); |