From b5a313e3914154bb33555f2c80c189991e89ea1c Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 3 Jun 2010 02:00:18 +0200 Subject: Degrade struct ircstats_config_t's members to int. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 775d7eb..c62dfa5 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ int cfg_init(); void cfg_free(); struct ircstats_config_t { - long int threads, monolog_min, wordlen_min; + int threads, monolog_min, wordlen_min; }; extern struct ircstats_config_t ircstats_config; -- cgit v1.2.3