Branch: Tag:

2004-03-07

2004-03-07 23:26:01 by Martin Nilsson <mani@lysator.liu.se>

Fixed error message

Rev: src/builtin.cmod:1.149
Rev: src/stralloc.c:1.161

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.148 2004/03/02 20:45:22 nilsson Exp $ + || $Id: builtin.cmod,v 1.149 2004/03/07 23:26:01 nilsson Exp $   */      #include "global.h"
2332:    {   #ifdef PIKE_DEBUG    if(tmp + (del->len << str->size_shift) > end) -  Pike_fatal("generic_memory_search found a match beyond end of string!\n"); +  Pike_fatal("SearchMojt found a match beyond end of string!\n");   #endif    generic_memcpy(r,MKPCHARP(s,str->size_shift),(tmp-s)>>str->size_shift);    INC_PCHARP(r,(tmp-s)>>str->size_shift);