You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/quadra/files/quadra-1.3.0-clang.patch

11 lines
339 B

https://bugs.gentoo.org/730862
--- a/source/update.cc
+++ b/source/update.cc
@@ -87,4 +87,4 @@
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");