* src/warc.c (warc_uuid_str): Add second param to windows_uuid_str

This commit is contained in:
Tim Rühsen 2020-02-14 11:53:10 +01:00
parent 78a848c69a
commit 92c0d39894

View File

@ -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