Changeset 4457 for trunk/psLib/test/collections/tst_psHash00.c
- Timestamp:
- Jul 5, 2005, 5:04:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psHash00.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psHash00.c
r3682 r4457 26 26 } 27 27 28 if (myHashTable->n bucket!= NUM_HASH_TABLE_BUCKETS) {28 if (myHashTable->n != NUM_HASH_TABLE_BUCKETS) { 29 29 fprintf(stderr, "%s: myHashTable->nbucket not set properly.\n", 30 30 __func__);
Note:
See TracChangeset
for help on using the changeset viewer.
