2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

Compile fix for Linux 64-bit.

This commit is contained in:
Shane Kerr
2007-08-23 13:46:23 +00:00
parent 9aa669fc96
commit c6785bb5e1

View File

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