changed printf lstCount to ellCount

This commit is contained in:
Janet B. Anderson
1994-04-11 15:17:41 +00:00
parent 1e028e66e1
commit 6bf3affeb2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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