freebsd-ports/games/quakeforge/files/patch-qw_source_cl__http.c
Mathieu Arnold bef73fdbfb Update to 0.7.2
PR:		209296
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-05-09 13:43:13 +00:00

11 lines
301 B
C

--- qw/source/cl_http.c.orig 2013-01-23 03:10:55 UTC
+++ qw/source/cl_http.c
@@ -114,7 +114,7 @@ CL_HTTP_Update (void)
Sys_Printf ("download failed: %ld\n", response_code);
CL_FailDownload ();
}
- curl_multi_remove_handle (multi_handle, easy_handle);
+ CL_HTTP_Reset ();
}
}
}