src/server/safs/init.c

changeset 415
d938228c382e
parent 162
b169992137a8
--- a/src/server/safs/init.c	Wed Nov 02 19:19:01 2022 +0100
+++ b/src/server/safs/init.c	Sun Nov 06 15:53:32 2022 +0100
@@ -27,7 +27,7 @@
  */
 
 #include <dlfcn.h> 
-#include <ucx/string.h>
+#include <cx/string.h>
 
 #include "../daemon/func.h"
 #include "../daemon/log.h"
@@ -94,7 +94,7 @@
             struct FuncStruct fc;
             ZERO(&fc, sizeof(struct FuncStruct));
             fc.func = (FuncPtr)sym;
-            fc.name = sstrdup(sstr(funcs)).ptr;
+            fc.name = cx_strdup(cx_str(funcs)).ptr;
             add_function(&fc);
 
             if(b) {

mercurial