(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs

This commit is contained in:
rubidium
2009-09-13 17:47:07 +00:00
parent 6c4cb673ff
commit 1854c5efec
6 changed files with 56 additions and 62 deletions

View File

@@ -19,7 +19,6 @@
/**
* Type safe qsort()
*
* @todo replace the normal qsort with this one
* @note Use this sort for irregular sorted data.
*
* @param base Pointer to the first element of the array to be sorted.