diff --git a/apps/aqhome-react/net_read.c b/apps/aqhome-react/net_read.c index e692330..a2def5e 100644 --- a/apps/aqhome-react/net_read.c +++ b/apps/aqhome-react/net_read.c @@ -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) {