X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_caveobject.c;h=c02023976b1d6de13e15680aaa2b074dfc1648f1;hb=c712eddd108764ffbf523830ba2a26869e1453c8;hp=750543d2c5ab24007dfb83cff797a606f960f370;hpb=2be47982a3acd069ebfdb2a75b26f770257932a6;p=rocksndiamonds.git diff --git a/src/game_bd/bd_caveobject.c b/src/game_bd/bd_caveobject.c index 750543d2..c0202397 100644 --- a/src/game_bd/bd_caveobject.c +++ b/src/game_bd/bd_caveobject.c @@ -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)