Branch: Tag:

2008-04-23

2008-04-23 07:37:04 by Martin Stjernholm <mast@lysator.liu.se>

Fixed some more cut-n-paste mistakes.

Rev: src/builtin.cmod:1.198
Rev: src/builtin_functions.c:1.655

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: builtin.cmod,v 1.197 2008/04/23 00:14:04 nilsson Exp $ + || $Id: builtin.cmod,v 1.198 2008/04/23 07:37:03 mast Exp $   */      #include "global.h"
607:      #if SIZEOF_TIME_T < SIZEOF_LONGEST    if (timestamp > MAX_TIME_T || timestamp < MIN_TIME_T) -  SIMPLE_ARG_ERROR ("gmtime", 1, "Timestamp outside valid range."); +  SIMPLE_ARG_ERROR ("ctime", 1, "Timestamp outside valid range.");   #endif       i = (time_t) timestamp;