IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2004, 12:04:12 PM (22 years ago)
Author:
desonia
Message:

changed psHashInsert to psHashAdd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psHash03.c

    r1073 r1201  
    8383    i = 0;
    8484    while (myKeys[i] != NULL) {
    85         psHashInsert(myHashTable, myKeys[i], IdAlloc(myData[i]));
     85        psHashAdd(myHashTable, myKeys[i], IdAlloc(myData[i]));
    8686        i++;
    8787    }
Note: See TracChangeset for help on using the changeset viewer.