1997-01-29
1997-01-29 00:06:23 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
2befad639c6ec2485666db81121910532273e887
(5 lines)
(+4/-1)
[
Show
| Annotate
]
Branch: 7.9
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);