mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
use size_t
This commit is contained in:
@@ -95,8 +95,8 @@ const char key_pem[] =
|
||||
"eRJ6DxULPxABytJrYCRrNqmXi5TCiqR2mtfalEMOPxz8rUU8dYyx\n"
|
||||
"-----END RSA PRIVATE KEY-----\n";
|
||||
|
||||
static int
|
||||
file_reader (void *cls, uint64_t pos, char *buf, int max)
|
||||
static ssize_t
|
||||
file_reader (void *cls, uint64_t pos, char *buf, size_t max)
|
||||
{
|
||||
FILE *file = cls;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user