Branch: Tag:

2004-03-24

2004-03-24 20:19:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed warning.

Rev: src/stralloc.c:1.164

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.163 2004/03/19 16:11:02 grubba Exp $ + || $Id: stralloc.c,v 1.164 2004/03/24 20:19:23 grubba Exp $   */      #include "global.h"
24:   #include <ctype.h>   #include <math.h>    - RCSID("$Id: stralloc.c,v 1.163 2004/03/19 16:11:02 grubba Exp $"); + RCSID("$Id: stralloc.c,v 1.164 2004/03/24 20:19:23 grubba Exp $");      /* #define STRALLOC_USE_PRIMES */   
1642:    haystack->len,    needle);    -  r=mojt.vtab->funcN(mojt.data, +  r = (char *)mojt.vtab->funcN(mojt.data,    ADD_PCHARP(MKPCHARP_STR(haystack), start),    haystack->len - start).ptr;