diff --git a/src/warc.c b/src/warc.c index 977b65d9..9c8a5c75 100644 --- a/src/warc.c +++ b/src/warc.c @@ -729,7 +729,7 @@ warc_uuid_str (char *urn_str, size_t urn_size) #ifdef WINDOWS /* If the native method fails (expected on older Windows versions), use the fallback below. */ - if (windows_uuid_str (urn_str)) + if (windows_uuid_str (urn_str, urn_size)) return; #endif