entrance: and really fix this warnings

devs/bu5hm4n/develop
Michaël Bouchaud (yoz) 9 years ago
parent f10de61725
commit ab1da1e98e
  1. 2
      src/daemon/entrance_action.c

@ -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);
}

Loading…
Cancel
Save