From f4f1db9d616de9281ebac66e2755bebbf21b7dae Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 15 Jul 2013 18:45:27 +0000 Subject: Only complain about config file not found, not about formats file --- vchat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat.h') diff --git a/vchat.h b/vchat.h index 541fd21..7b6e0d3 100755 --- a/vchat.h +++ b/vchat.h @@ -80,7 +80,7 @@ extern unsigned int loggedin; #define ERRSTRSIZE 1024 extern char errstr[]; extern char *vchat_cl_version; -void loadcfg (char *file,void (*lineparser) (char *)); +void loadcfg (char *file,int complain,void (*lineparser) (char *)); void loadformats (char *file); void cleanup(int signal); -- cgit v1.2.3