mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 11:20:19 +08:00
* src/warc.c (warc_uuid_str): Add second param to windows_uuid_str
This commit is contained in:
parent
78a848c69a
commit
92c0d39894
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user