View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 09-04-2018 , 03:50   Re: Questions and suggestions about ArrayFindString and sorting natives
Reply With Quote #2

SortCustom1D(and other natives probably) uses qsort to perform the actual sorting.
http://www.cplusplus.com/reference/cstdlib/qsort/
Documentation says the order of equal elements is undefined, this is why.
__________________

Last edited by HamletEagle; 09-04-2018 at 03:50.
HamletEagle is offline