replaced glib function calls to g_ascii_tolower()
[rocksndiamonds.git] / src / game_bd / bd_bdcff.c
index 20aba8f946e499a1f5032ff4b919984ebd0d315c..1a204a2fb17b26c888d796694fd157aa687258f6 100644 (file)
@@ -884,7 +884,7 @@ boolean gd_caveset_load_from_bdcff(const char *contents)
 
     /* strip leading and trailing spaces AFTER checking if we are reading a map.
        map lines might begin or end with spaces */
-    g_strstrip(line);
+    stripString(line);
 
     if (reading_highscore)
     {