(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 e4809052c3
commit 17313b6e3f
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.