dev-cpp/cpprestsdk: new package, add 2.10.19

Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org>
This commit is contained in:
Jan-Espen Oversand
2023-12-14 21:31:13 +01:00
parent 1a7cdd06a5
commit 4b2d9697bf
4 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/Release/src/http/common/http_helpers.cpp 2021-02-02 05:03:00.000000000 +0100
+++ b/Release/src/http/common/http_helpers.cpp 2022-12-08 08:42:47.321677974 +0100
@@ -84,7 +84,7 @@
}
else
{
- char buffer[9];
+ char buffer[17];
#ifdef _WIN32
sprintf_s(buffer, sizeof(buffer), "%8IX", bytes_read);
#else