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);