entrance: warn--

devs/bu5hm4n/develop
Michael Bouchaud 10 years ago
parent 13ea3f533a
commit d9b1f4e04b
  1. 1
      src/daemon/entrance_action.c
  2. 2
      src/daemon/entrance_history.c

@ -222,7 +222,6 @@ _entrance_action_grub2_get(void)
char *action;
char *local;
char *tmp;
char *buf;
r2 += 10;
size -= 10;

@ -125,7 +125,7 @@ entrance_history_push(const char *login, const char *session)
}
if (!el)
{
if (el = calloc(1, sizeof(Entrance_Login)))
if ((el = calloc(1, sizeof(Entrance_Login))))
{
el->login = eina_stringshare_add(login);
el->session = eina_stringshare_add(session);

Loading…
Cancel
Save