Ignore:
Timestamp:
Oct 21, 2011, 1:08:28 AM (13 years ago)
Author:
katerina
Message:

Change zAVL implementation to allow integer keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cutest_zAVLTree.c

    r17 r363  
    4444  CuAssertTrue(tc, NULL == ptr);
    4545
    46   ztest_tree = zAVLAllocTree (ztest_key);
     46  ztest_tree = zAVLAllocTree (ztest_key, zAVL_KEY_STRING);
    4747  CuAssertPtrNotNull(tc, ztest_tree);
    4848
Note: See TracChangeset for help on using the changeset viewer.