From 6bf3affeb2eccaa860377d5402c76bc0db1bdb88 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 11 Apr 1994 15:17:41 +0000 Subject: [PATCH] changed printf lstCount to ellCount --- src/libCom/gpHash/gpHashLib.c | 2 +- src/libCom/gpHashLib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/gpHash/gpHashLib.c b/src/libCom/gpHash/gpHashLib.c index 52f4bf922..5adc58d45 100644 --- a/src/libCom/gpHash/gpHashLib.c +++ b/src/libCom/gpHash/gpHashLib.c @@ -271,7 +271,7 @@ void * gphPvt; if(pgph[hashInd] == NULL) continue; plist=pgph[hashInd]; pgphNode = (GPHENTRY *) ellFirst(plist); - printf("\n %3.3hd=%3.3d",hashInd,lstCount(plist)); + printf("\n %3.3hd=%3.3d",hashInd,ellCount(plist)); number=0; while(pgphNode) { printf(" %s %8x",pgphNode->name,pgphNode->pvtid); diff --git a/src/libCom/gpHashLib.c b/src/libCom/gpHashLib.c index 52f4bf922..5adc58d45 100644 --- a/src/libCom/gpHashLib.c +++ b/src/libCom/gpHashLib.c @@ -271,7 +271,7 @@ void * gphPvt; if(pgph[hashInd] == NULL) continue; plist=pgph[hashInd]; pgphNode = (GPHENTRY *) ellFirst(plist); - printf("\n %3.3hd=%3.3d",hashInd,lstCount(plist)); + printf("\n %3.3hd=%3.3d",hashInd,ellCount(plist)); number=0; while(pgphNode) { printf(" %s %8x",pgphNode->name,pgphNode->pvtid);