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
Avoid using the same buffer
master
Arun Prakash Jana
6 anni fa
parent
3cf81482a4
commit
d3d9d1ed3a
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
A75979F35C080412
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
nnn.c
+ 2
- 2
nnn.c
Vedi File
@@ -1303,9 +1303,9 @@ END:
settimeout();
DPRINTF_S(buf);
wcstombs(g_buf, buf, NAME_MAX);
wcstombs(g_buf
+ ((NAME_MAX + 1) << 4)
, buf, NAME_MAX);
clearprompt();
return g_buf;
return g_buf
+ ((NAME_MAX + 1) << 4)
;
}
/*
Write
Preview
Loading…
Annulla
Salva