ui/winui/text.cpp

changeset 1016
ccde46662db7
parent 613
dac25dd922a2
--- a/ui/winui/text.cpp	Wed Dec 17 18:31:20 2025 +0100
+++ b/ui/winui/text.cpp	Thu Dec 18 17:50:15 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;

mercurial