1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-06 03:57:56 +02:00

Fixed stack problem.

This commit is contained in:
irungentoo 2013-08-18 11:59:34 -04:00
parent 3b58ad06b0
commit bb0251a027

2
main.c
View File

@ -27,7 +27,7 @@
/* Export for use in Callbacks */
char *DATA_FILE = NULL;
char dir[31];
char dir[256];
void on_window_resize(int sig)
{