[Kazehakase-cvs] CVS update: kazehakase/src

Back to archive index

Kouhei Sutou kous****@users*****
Thu Mar 15 14:13:19 JST 2007


Index: kazehakase/src/kz-ext.c
diff -u kazehakase/src/kz-ext.c:1.9 kazehakase/src/kz-ext.c:1.10
--- kazehakase/src/kz-ext.c:1.9	Tue Mar 13 09:13:10 2007
+++ kazehakase/src/kz-ext.c	Thu Mar 15 14:13:19 2007
@@ -123,6 +123,8 @@
 
 	mod_dir = g_build_filename(EXTDIR, name, NULL);
 	mod_path = g_module_build_path(mod_dir, EXT_NAME);
+	if (g_file_test(mod_path, G_FILE_TEST_EXISTS))
+		return NULL;
 	module = g_module_open(mod_path, G_MODULE_BIND_LAZY);
 
 	if (module)


More information about the Kazehakase-cvs mailing list
Back to archive index