summary refs log tree commit diff
path: root/src/libnmt-newt
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnmt-newt')
-rw-r--r--src/libnmt-newt/nmt-newt-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnmt-newt/nmt-newt-utils.c b/src/libnmt-newt/nmt-newt-utils.c
index 480c8194..99bde747 100644
--- a/src/libnmt-newt/nmt-newt-utils.c
+++ b/src/libnmt-newt/nmt-newt-utils.c
@@ -124,7 +124,7 @@ nmt_newt_parse_colors(const char *s, bool is_newt)
     gs_free const char **lines = NULL;
     size_t               i;
 
-    lines = nm_utils_strsplit_set(s, ";:\n\r\t ");
+    lines = nm_strsplit_set(s, ";:\n\r\t ");
 
     if (!lines)
         return;