2004-03-07
2004-03-07 23:26:01 by Martin Nilsson <mani@lysator.liu.se>
-
362d30c32e0674997e85f62dd8cfb30beff8110f
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
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: stralloc.c,v 1.160 2003/11/09 01:10:14 mast Exp $
+ || $Id: stralloc.c,v 1.161 2004/03/07 23:25:45 nilsson Exp $
*/
#include "global.h"
24:
#include <ctype.h>
#include <math.h>
- RCSID("$Id: stralloc.c,v 1.160 2003/11/09 01:10:14 mast Exp $");
+ RCSID("$Id: stralloc.c,v 1.161 2004/03/07 23:25:45 nilsson Exp $");
/* #define STRALLOC_USE_PRIMES */
1786: Inside #if defined(PIKE_DEBUG)
{
#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);