From c6785bb5e1575facc492ffa702417742e3d2b966 Mon Sep 17 00:00:00 2001 From: Shane Kerr Date: Thu, 23 Aug 2007 13:46:23 +0000 Subject: [PATCH] Compile fix for Linux 64-bit. --- common/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/options.c b/common/options.c index ef9a32be..3c8ac93c 100644 --- a/common/options.c +++ b/common/options.c @@ -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; }