]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Compile fix for Linux 64-bit.
authorShane Kerr <shane@isc.org>
Thu, 23 Aug 2007 13:46:23 +0000 (13:46 +0000)
committerShane Kerr <shane@isc.org>
Thu, 23 Aug 2007 13:46:23 +0000 (13:46 +0000)
common/options.c

index ef9a32be47060ba028c88e2239e7aa4d4758a5d5..3c8ac93c3d84e8cfba57da8e491c88fbdd264be2 100644 (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;
                                }