diff options
| author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-06-03 02:00:18 +0200 |
|---|---|---|
| committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-06-03 02:00:18 +0200 |
| commit | b5a313e3914154bb33555f2c80c189991e89ea1c (patch) | |
| tree | 94afa4f39ccdfe19e48cd64910ea0e40cd38fcdc | |
| parent | d1920465802e418b6f67412a7461beb9721e8ec8 (diff) | |
Degrade struct ircstats_config_t's members to int.
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
