Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Make room for null-terminator
master
sin
9 anni fa
parent
f77b6a3fa6
commit
ea0cce7b63
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
noice.c
+ 1
- 1
noice.c
Vedi File
@@ -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);
Write
Preview
Loading…
Annulla
Salva