entrance: and really fix this warnings

This commit is contained in:
Michaël Bouchaud (yoz) 2014-02-07 16:57:10 +01:00
parent f10de61725
commit ab1da1e98e
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ _entrance_action_grub2(void *data)
i = (size_t)data;
snprintf(buf, sizeof(buf),
"grub-reboot %lu && %s", i, entrance_config->command.reboot);
"grub-reboot %lu && %s", (unsigned long int) i, entrance_config->command.reboot);
_action_exe = ecore_exe_run(buf, NULL);
}