From 7c0c943c15116aa8632c6b272fef0a408246d55b Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 9 May 2002 09:16:46 +0000 Subject: [PATCH] Fixed bug in last commit. --- src/sbbs3/scfglib1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sbbs3/scfglib1.c b/src/sbbs3/scfglib1.c index 08ba788f5a..9212a46299 100644 --- a/src/sbbs3/scfglib1.c +++ b/src/sbbs3/scfglib1.c @@ -343,7 +343,9 @@ BOOL read_main_cfg(scfg_t* cfg, char* error) #if 0 /* removed May 06, 2002 */ if(cfg->level_timeperday[i]>500) cfg->level_timeperday[i]=500; +#endif get_int(cfg->level_timepercall[i],instream); +#if 0 /* removed May 06, 2002 */ if(cfg->level_timepercall[i]>500) cfg->level_timepercall[i]=500; #endif -- GitLab