514
514
{ /* pos is on wrong posit */
515
515
empty[0]=pos[0]; /* Save it here */
516
516
pos[0]=lastpos[0]; /* This should be here */
517
movelink(data,(uint) (pos-data),(uint) (pos3-data),empty_index);
517
movelink(data,(uint32_t) (pos-data),(uint32_t) (pos3-data),empty_index);
520
520
pos2= hash_mask(lastpos_hashnr,blength,hash->records+1);