Commit 1dc587af authored by Martin Pool's avatar Martin Pool

Fix cast warning.

parent aeb6292d
......@@ -126,7 +126,7 @@ static void print_rsync_version(int f)
rprintf(f, "<http://rsync.samba.org/>\n");
rprintf(f, "Capabilities: %d-bit files, %ssocketpairs, "
"%shard links, %ssymlinks, batchfiles\n\n",
sizeof(int64) * 8,
(int) (sizeof(int64) * 8),
got_socketpair,
hardlinks, links);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment