summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 60cdfe7)
raw | patch | inline | side by side (parent: 60cdfe7)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Jul 2016 13:23:03 +0000 (15:23 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Jul 2016 13:23:03 +0000 (15:23 +0200) |
src/utils_curl_stats.c | patch | blob | history |
diff --git a/src/utils_curl_stats.c b/src/utils_curl_stats.c
index ff2eb641a2c0aecff43668f99c0da7e51dcd3570..258c5cfaa458132dd2958cb165215075a7597b07 100644 (file)
--- a/src/utils_curl_stats.c
+++ b/src/utils_curl_stats.c
if (ci == NULL)
return NULL;
- s = calloc (sizeof (*s), 1);
+ s = calloc (1, sizeof (*s));
if (s == NULL)
return NULL;