--- a/application/download.c Wed Dec 17 22:36:41 2025 +0100 +++ b/application/download.c Sat Dec 27 22:47:56 2025 +0100 @@ -192,7 +192,7 @@ } } - CxList *stack = cxLinkedListCreateSimple(sizeof(DlStackElm)); + CxList *stack = cxLinkedListCreate(NULL, sizeof(DlStackElm)); // add selected files to the download queue DavResource *res = download->reslist;