hwclock: fix format warning in alpha code
Signed-off-by: Andreas Henriksson <andreas@fatal.se>
This commit is contained in:
parent
9d0655fe2d
commit
e8c0003481
1 changed files with 1 additions and 1 deletions
|
@ -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(_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue