1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 08:16:45 +02:00

fix data file init bug

This commit is contained in:
Jfreegman
2014-08-02 13:04:29 -04:00
parent 43727c6730
commit 0884954c84
2 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,7 @@ struct arg_opts {
int ignore_data_file;
int use_ipv4;
int default_locale;
int use_custom_data;
char config_path[MAX_STR_SIZE];
char nodes_path[MAX_STR_SIZE];
};