replaced glib function calls to g_strsplit_set()
[rocksndiamonds.git] / src / game_bd / bd_caveobject.c
index 750543d2c5ab24007dfb83cff797a606f960f370..c02023976b1d6de13e15680aaa2b074dfc1648f1 100644 (file)
@@ -617,7 +617,7 @@ GdObject *gd_object_new_from_string(char *str)
     if (words)
       g_strfreev(words);
 
-    words = g_strsplit_set(param, " ", -1);
+    words = getSplitStringArray(param, " ", -1);
     l = g_strv_length(words);
 
     if (l < 10 || l > 19)