GIOModule: Use G_SEARCHPATH_SEPARATOR_S instead of ":"

https://bugzilla.gnome.org/show_bug.cgi?id=661257
This commit is contained in:
Kean Johnston 2011-10-15 17:57:23 -04:00 committed by Matthias Clasen
parent 94accc2d78
commit 33a86fce6a

View File

@ -880,7 +880,7 @@ _g_io_modules_ensure_loaded (void)
gchar **paths;
int i;
paths = g_strsplit (module_path, ":", 0);
paths = g_strsplit (module_path, G_SEARCHPATH_SEPARATOR_S, 0);
for (i = 0; paths[i] != NULL; i++)
{