diff --git a/unix/text.c b/unix/text.c index 446264d8..3656228b 100644 --- a/unix/text.c +++ b/unix/text.c @@ -1,6 +1,7 @@ // 9 april 2015 #include "uipriv_unix.h" +// TODO rename to uiUnixStrdupText() char *strdupText(const char *t) { return g_strdup(t);