diff -r 376ef91111f6 -r b174e721663e ui/winui/text.cpp --- a/ui/winui/text.cpp Wed Dec 17 22:36:41 2025 +0100 +++ b/ui/winui/text.cpp Sat Dec 27 22:47:56 2025 +0100 @@ -327,7 +327,7 @@ static UiPathElm* default_pathelm_func(const char* full_path, size_t len, size_t* ret_nelm, void* data) { cxstring *pathelms; - size_t nelm = cx_strsplit_a(cxDefaultAllocator, cx_strn(full_path, len), CX_STR("/"), 4096, &pathelms); + size_t nelm = cx_strsplit_a(cxDefaultAllocator, cx_strn(full_path, len), cx_str("/"), 4096, &pathelms); if (nelm == 0) { *ret_nelm = 0;