IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2004, 3:02:28 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r881 r892  
    6666        i++;
    6767    }
     68    id = psHashLookup(myHashTable, "BogusKey");
     69    if (id != NULL) {
     70        fprintf(stderr, "%s: Hash table entry for key %s was not NULL.\n",
     71                __func__, "BogusKey");
     72    }
    6873
    6974    printFooter(stdout,
Note: See TracChangeset for help on using the changeset viewer.