aqhome-react: sort list of network files before reading.
This commit is contained in:
@@ -87,6 +87,7 @@ AQHREACT_UNIT_NET_LIST *AQHomeReact_ReadUnitNetFiles(AQHOME_REACT *aqh)
|
||||
if (sl) {
|
||||
AQHREACT_UNIT_NET_LIST *unitNetList;
|
||||
|
||||
GWEN_StringList_Sort(sl, 1, GWEN_StringList_SortModeNoCase);
|
||||
unitNetList=_readUnitNetFiles(aqh, sl);
|
||||
GWEN_StringList_free(sl);
|
||||
if (unitNetList==NULL) {
|
||||
|
||||
Reference in New Issue
Block a user