]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: fix format warning in alpha code
authorAndreas Henriksson <andreas@fatal.se>
Mon, 7 Sep 2015 06:50:39 +0000 (08:50 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Sep 2015 06:50:39 +0000 (08:50 +0200)
Signed-off-by: Andreas Henriksson <andreas@fatal.se>
sys-utils/hwclock.c

index bdb98e2cbd761e3a5a582a69d03c9ceadc2bfa34..4b201d7092a1c86df8a226793cbd0e28bfddaeb2 100644 (file)
@@ -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(_