src/cx/string.h

changeset 1223
be4c13de7c4f
parent 1221
304f4f7b37d1
child 1224
e20e100fa71f
--- a/src/cx/string.h	Sun Feb 23 13:11:46 2025 +0100
+++ b/src/cx/string.h	Sun Feb 23 13:15:07 2025 +0100
@@ -894,7 +894,7 @@
  * @see cx_strdup_a()
  * @see cx_strfree()
  */
-#define cx_strdup(string) cx_strdup_a_(cxDefaultAllocator, string)
+#define cx_strdup(string) cx_strdup_a(cxDefaultAllocator, string)
 
 /**
  * Omits leading and trailing spaces.

mercurial