mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-13 20:04:01 +02:00
change to 1L because technically the argument is a long
This commit is contained in:
@@ -164,7 +164,7 @@ namespace http
|
|||||||
#endif
|
#endif
|
||||||
else if (isPost)
|
else if (isPost)
|
||||||
{
|
{
|
||||||
curl_easy_setopt(easy, CURLOPT_POST, 1);
|
curl_easy_setopt(easy, CURLOPT_POST, 1L);
|
||||||
curl_easy_setopt(easy, CURLOPT_POSTFIELDS, "");
|
curl_easy_setopt(easy, CURLOPT_POSTFIELDS, "");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user