From cba2fd88758e554cd86f91751596696bfd7d3f5f Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sun, 9 Jun 2002 10:07:11 -0700 Subject: [PATCH] [patch] ptr_table_store Message-ID: p4raw-id: //depot/perl@17154 --- sv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sv.c b/sv.c index da051f7..4f38159 100644 --- a/sv.c +++ b/sv.c @@ -8757,7 +8757,6 @@ Perl_ptr_table_store(pTHX_ PTR_TBL_t *tbl, void *oldv, void *newv) for (tblent = *otblent; tblent; i=0, tblent = tblent->next) { if (tblent->oldval == oldv) { tblent->newval = newv; - tbl->tbl_items++; return; } } -- 1.8.3.1