diff options
author | erdgeist <> | 2013-07-15 18:45:27 +0000 |
---|---|---|
committer | erdgeist <> | 2013-07-15 18:45:27 +0000 |
commit | f4f1db9d616de9281ebac66e2755bebbf21b7dae (patch) | |
tree | 6176d094982ea7b5413974b4e33ceebf922ca529 /vchat.h | |
parent | 164fc41657f16f5a6527be8ca66485582248523a (diff) |
Only complain about config file not found, not about formats file
Diffstat (limited to 'vchat.h')
-rwxr-xr-x | vchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ extern unsigned int loggedin; | |||
80 | #define ERRSTRSIZE 1024 | 80 | #define ERRSTRSIZE 1024 |
81 | extern char errstr[]; | 81 | extern char errstr[]; |
82 | extern char *vchat_cl_version; | 82 | extern char *vchat_cl_version; |
83 | void loadcfg (char *file,void (*lineparser) (char *)); | 83 | void loadcfg (char *file,int complain,void (*lineparser) (char *)); |
84 | void loadformats (char *file); | 84 | void loadformats (char *file); |
85 | void cleanup(int signal); | 85 | void cleanup(int signal); |
86 | 86 | ||