(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user