Loading lib/memdebug.c +2 −2 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ char *curl_dostrdup(const char *str, int line, const char *source) if(source) curl_memlog("MEM %s:%d strdup(%p) (%zu) = %p\n", source, line, (void *)str, len, (void *)mem); source, line, (const void *)str, len, (const void *)mem); return mem; } Loading Loading @@ -480,7 +480,7 @@ void curl_memlog(const char *format, ...) nchars = LOGLINE_BUFSIZE - 1; if(nchars > 0) fwrite(buf, 1, nchars, logfile); fwrite(buf, 1, (size_t)nchars, logfile); (Curl_cfree)(buf); } Loading lib/mprintf.c +1 −1 Original line number Diff line number Diff line Loading @@ -610,7 +610,7 @@ static int dprintf_formatf( int is_neg; /* Base of a number to be written. */ long base; unsigned long base; /* Integral values to be written. */ mp_uintmax_t num; Loading Loading
lib/memdebug.c +2 −2 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ char *curl_dostrdup(const char *str, int line, const char *source) if(source) curl_memlog("MEM %s:%d strdup(%p) (%zu) = %p\n", source, line, (void *)str, len, (void *)mem); source, line, (const void *)str, len, (const void *)mem); return mem; } Loading Loading @@ -480,7 +480,7 @@ void curl_memlog(const char *format, ...) nchars = LOGLINE_BUFSIZE - 1; if(nchars > 0) fwrite(buf, 1, nchars, logfile); fwrite(buf, 1, (size_t)nchars, logfile); (Curl_cfree)(buf); } Loading
lib/mprintf.c +1 −1 Original line number Diff line number Diff line Loading @@ -610,7 +610,7 @@ static int dprintf_formatf( int is_neg; /* Base of a number to be written. */ long base; unsigned long base; /* Integral values to be written. */ mp_uintmax_t num; Loading