Branch: Tag:

2005-01-19

2005-01-19 13:05:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Oops.

Rev: src/stralloc.c:1.158

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.157 2005/01/18 17:54:15 grubba Exp $ + || $Id: stralloc.c,v 1.158 2005/01/19 13:05:55 grubba Exp $   */      #include "global.h"
24:   #include <ctype.h>   #include <math.h>    - RCSID("$Id: stralloc.c,v 1.157 2005/01/18 17:54:15 grubba Exp $"); + RCSID("$Id: stralloc.c,v 1.158 2005/01/19 13:05:55 grubba Exp $");      /* #define STRALLOC_USE_PRIMES */   
1561:       if((((unsigned int)index) >= HASH_PREFIX) && (index < a->len-8))    { +  struct pike_string *old;    /* Doesn't change hash value - sneak it in there */    low_set_index(a,index,c);    unlink_pike_string(a);