From 61ce363a8ac9190f09b2086b4df0619e2b39494e Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 13 Apr 2024 00:55:00 +0200 Subject: [PATCH] aqhome-react: sort list of network files before reading. --- apps/aqhome-react/net_read.c | 1 + 1 file changed, 1 insertion(+) 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) {