about summary refs log tree commit diff
path: root/lib/colorname.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/colorname.c')
-rw-r--r--lib/colorname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colorname.c b/lib/colorname.c
index cfaf026a..20b000e6 100644
--- a/lib/colorname.c
+++ b/lib/colorname.c
@@ -65,7 +65,7 @@ openColornameFileSearch(const char * const searchPath,
         *filePP = NULL;  /* initial value */
         while (!eol && !*filePP) {
             const char * token;
-            token = strsepN(&cursor, ":");
+            token = pm_strsep(&cursor, ":");
             if (token) {
                 *filePP = fopen(token, "r");
             } else