Navigation Menu

Skip to content

Commit

Permalink
GRN_true -> GRN_TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2012
1 parent b443701 commit b420ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -7190,7 +7190,7 @@ void ha_mroonga::remove_grn_obj_force(const char *name)
grn_id id = grn_table_get(ctx, db, name, strlen(name));
if (id) {
char path[MRN_MAX_PATH_SIZE];
grn_obj_delete_by_id(ctx, db, id, GRN_true);
grn_obj_delete_by_id(ctx, db, id, GRN_TRUE);
if (grn_obj_path_by_id(ctx, db, id, path) == GRN_SUCCESS) {
size_t path_length = strlen(path);
DIR *dir = opendir(".");
Expand Down

0 comments on commit b420ceb

Please sign in to comment.