Index: head/games/quadra/files/patch-source_update.cpp =================================================================== --- head/games/quadra/files/patch-source_update.cpp (nonexistent) +++ head/games/quadra/files/patch-source_update.cpp (revision 474113) @@ -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); Property changes on: head/games/quadra/files/patch-source_update.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property