Changeset 95 for trunk/src/get_conf.c
- Timestamp:
- 02/09/09 17:55:11 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_conf.c
r94 r95 701 701 } 702 702 } 703 qsort(p refixStrTab, prefixIndex, sizeof(struct PrefixV6), prefixV6Cmp);703 qsort(pV6TabPtr, prefixIndex, sizeof(struct PrefixV6), prefixV6Cmp); 704 704 if( fclose(prefixFile) == 0) { 705 705 return (prefixIndex);