patch-xbmc_filesystem_CurlFile_cpp 517 B

1234567891011
  1. --- xbmc-21.2-Omega.orig/xbmc/filesystem/CurlFile.cpp 2025-01-15 23:14:15.000000000 +0100
  2. +++ xbmc-21.2-Omega/xbmc/filesystem/CurlFile.cpp 2025-10-06 04:56:01.878205684 +0200
  3. @@ -44,7 +44,7 @@ using namespace std::chrono_literals;
  4. #define FITS_INT(a) (((a) <= INT_MAX) && ((a) >= INT_MIN))
  5. -curl_proxytype proxyType2CUrlProxyType[] = {
  6. +long proxyType2CUrlProxyType[] = {
  7. CURLPROXY_HTTP, CURLPROXY_SOCKS4, CURLPROXY_SOCKS4A,
  8. CURLPROXY_SOCKS5, CURLPROXY_SOCKS5_HOSTNAME, CURLPROXY_HTTPS,
  9. };