Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:37:18 JST 2012
Kouhei Sutou 2012-02-14 15:22:18 +0900 (Tue, 14 Feb 2012) New Revision: 16457a8b69e362aaa25801a97609b43488089638 https://github.com/mroonga/mroonga/commit/16457a8b69e362aaa25801a97609b43488089638 Log: remove needless spaces. Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+4 -3) =================================================================== --- ha_mroonga.cc 2012-02-14 15:18:14 +0900 (73161df) +++ ha_mroonga.cc 2012-02-14 15:22:18 +0900 (d40af56) @@ -2753,9 +2753,10 @@ int ha_mroonga::ensure_database_create(const char *name) if (error) DBUG_RETURN(error); - mrn_decode((uchar *) decode_name, - (uchar *) decode_name + MRN_MAX_PATH_SIZE, - (const uchar *) name, (const uchar *) name + strlen(name)); + mrn_decode((uchar *)decode_name, + (uchar *)decode_name + MRN_MAX_PATH_SIZE, + (const uchar *)name, + (const uchar *)name + strlen(name)); mrn_db_name_gen(decode_name, db_name); mrn_db_path_gen(decode_name, db_path); -------------- next part -------------- HTML����������������������������...Download