diff src/pls/pls.c @ 2050:2ffc6a69fcd1

string API calls -> vtable
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 19:55:04 -0500
parents fa9f85cebade
children 059bd21a0c80
line wrap: on
line diff
--- a/src/pls/pls.c	Sun Oct 14 01:33:02 2007 +0300
+++ b/src/pls/pls.c	Sat Oct 13 19:55:04 2007 -0500
@@ -48,7 +48,7 @@
 
     g_return_if_fail(filename != NULL);
 
-    if (!str_has_suffix_nocase(filename, ".pls"))
+    if (!aud_str_has_suffix_nocase(filename, ".pls"))
         return;
 
     INIFile *inifile = open_ini_file(filename);