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:
Murai Takashi
2019-06-16 22:09:54 +00:00
committed by waddlesplash
parent 312640b12c
commit e18440dc83
+1 -1
View File
@@ -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);