Changeset 363 for trunk/src/sh_files.c
- Timestamp:
- Oct 21, 2011, 1:08:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_files.c
r362 r363 897 897 if (zfileList == NULL) 898 898 { 899 zfileList = zAVLAllocTree (zdirstack_key );899 zfileList = zAVLAllocTree (zdirstack_key, zAVL_KEY_STRING); 900 900 if (zfileList == NULL) 901 901 { … … 975 975 if (zglobList == NULL) 976 976 { 977 zglobList = zAVLAllocTree (zdirstack_key );977 zglobList = zAVLAllocTree (zdirstack_key, zAVL_KEY_STRING); 978 978 if (zglobList == NULL) 979 979 { … … 1456 1456 if (tree == NULL) 1457 1457 { 1458 tree = zAVLAllocTree (zdirstack_key );1458 tree = zAVLAllocTree (zdirstack_key, zAVL_KEY_STRING); 1459 1459 if (tree == NULL) 1460 1460 {
Note:
See TracChangeset
for help on using the changeset viewer.