null+****@clear*****
null+****@clear*****
2010年 12月 29日 (水) 17:28:50 JST
Kouhei Sutou 2010-12-29 08:28:50 +0000 (Wed, 29 Dec 2010)
New Revision: f1daaf11e9eacd2355a89fe035391c2befb12ee6
Log:
fix a typo.
Modified files:
lib/plugin.c
Modified: lib/plugin.c (+1 -1)
===================================================================
--- lib/plugin.c 2010-12-29 05:29:36 +0000 (d09a8a0)
+++ lib/plugin.c 2010-12-29 08:28:50 +0000 (9c09e6d)
@@ -277,7 +277,7 @@ grn_db_register(grn_ctx *ctx, const char *path)
strcat(complemented_libs_path, "/.libs");
strcat(complemented_libs_path, base_name);
strcat(complemented_libs_path, GRN_PLUGIN_SUFFIX);
- plugin_file = fopen(complemented_path, "r");
+ plugin_file = fopen(complemented_libs_path, "r");
if (plugin_file) {
fclose(plugin_file);
id = grn_plugin_open(ctx, complemented_libs_path);