diff options
Diffstat (limited to 'Source/CTest/Curl/hash.c')
-rw-r--r-- | Source/CTest/Curl/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/hash.c b/Source/CTest/Curl/hash.c index 56e7077..6d4ce2e 100644 --- a/Source/CTest/Curl/hash.c +++ b/Source/CTest/Curl/hash.c @@ -282,7 +282,7 @@ Curl_hash_clean_with_criterium(curl_hash *h, void *user, int Curl_hash_count(curl_hash *h) { - return h->size; + return (int)h->size; } /* }}} */ |