Ver código fonte

Make room for null-terminator

master
sin 9 anos atrás
pai
commit
ea0cce7b63
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Ver arquivo

@@ -331,7 +331,7 @@ readln(void)

echo();
curs_set(TRUE);
getnstr(ln, sizeof(ln));
getnstr(ln, sizeof(ln) - 1);
noecho();
curs_set(FALSE);
return strdup(ln);


Carregando…
Cancelar
Salvar