From: Andreas Henriksson Date: Mon, 7 Sep 2015 06:50:39 +0000 (+0200) Subject: hwclock: fix format warning in alpha code X-Git-Tag: v2.27~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c000348153f7e5e3ead8bad8f89ec122f6fdb5;p=thirdparty%2Futil-linux.git hwclock: fix format warning in alpha code Signed-off-by: Andreas Henriksson --- diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index bdb98e2cbd..4b201d7092 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1458,7 +1458,7 @@ manipulate_epoch(const bool getepoch, "option to tell to what value to set it.")); else if (testing) printf(_ - ("Not setting the epoch to %d - testing only.\n"), + ("Not setting the epoch to %lu - testing only.\n"), epoch_opt); else if (set_epoch_rtc(epoch_opt)) printf(_