bin/shutdown: Fix -Wformat=
Change-Id: I03d89d576334fbf73134c79f3c6903860a0d447f Reviewed-on: https://review.haiku-os.org/c/1513 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
312640b12c
commit
e18440dc83
@@ -162,7 +162,7 @@ main(int argc, char **argv)
|
||||
|
||||
signal(SIGUSR1, handle_usr1);
|
||||
|
||||
printf("Delaying %s by %lu seconds...\n",
|
||||
printf("Delaying %s by %" B_PRIu32 " seconds...\n",
|
||||
gReboot ? "reboot" : "shutdown", gTimeToSleep);
|
||||
|
||||
left = sleep(gTimeToSleep);
|
||||
|
||||
Reference in New Issue
Block a user