mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Using sized array for input
This commit is contained in:
parent
ab82a8d15d
commit
93f3879f44
@ -53,7 +53,7 @@ int main()
|
|||||||
int ypos = 2;
|
int ypos = 2;
|
||||||
int xpos = 2;
|
int xpos = 2;
|
||||||
int ch;
|
int ch;
|
||||||
char *name;
|
char name[20];
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user