mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
Compile fix for Linux 64-bit.
This commit is contained in:
@@ -2594,7 +2594,7 @@ store_option(struct data_string *result, struct universe *universe,
|
||||
"refers to unknown "
|
||||
"option space '%.*s'.",
|
||||
oc->option->code,
|
||||
end - start, start);
|
||||
(int)(end - start), start);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user