mirror of
https://github.com/mirror/wget.git
synced 2025-03-30 22:20:08 +08:00
* src.hsts.c(hsts_read_database): Use SCNd64 for portable format flags
This commit is contained in:
parent
14a7f68f46
commit
6d4a4e56c8
@ -293,7 +293,7 @@ hsts_read_database (hsts_store_t store, FILE *fp, bool merge_with_existing_entri
|
||||
if (*p == '#')
|
||||
continue;
|
||||
|
||||
items_read = sscanf (p, "%255s %d %d %llu %llu",
|
||||
items_read = sscanf (p, "%255s %d %d %" SCNd64 " %" SCNd64,
|
||||
host,
|
||||
&port,
|
||||
&include_subdomains,
|
||||
|
Loading…
Reference in New Issue
Block a user