mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
sys: Fixed http request stack overflow
This commit is contained in:
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
Submodule lib/external/pattern_language updated: 25922e11b9...36f3c9cc8c
@@ -305,7 +305,7 @@ namespace hex {
|
||||
}
|
||||
}
|
||||
|
||||
u32 statusCode = 0;
|
||||
long statusCode = 0;
|
||||
curl_easy_getinfo(this->m_curl, CURLINFO_RESPONSE_CODE, &statusCode);
|
||||
|
||||
return Result<T>(statusCode, { data.begin(), data.end() });
|
||||
|
||||
Reference in New Issue
Block a user