Branch: Tag:

1997-01-29

1997-01-29 00:06:23 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

mktime bug fixed

Rev: src/builtin_functions.c:1.24

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.23 1997/01/28 02:47:54 hubbe Exp $"); + RCSID("$Id: builtin_functions.c,v 1.24 1997/01/29 00:06:23 hubbe Exp $");   #include "interpret.h"   #include "svalue.h"   #include "macros.h"
1396: Inside #if defined(HAVE_MKTIME) and #if defined(HAVE_EXTERNAL_TIMEZONE)
   timezone=tz;    retval=mktime(&date);    timezone=save_timezone; +  }else{ +  retval=mktime(&date);    }   #else    retval=mktime(&date);