Kouhei Sutou
null+****@clear*****
Wed Oct 22 23:59:31 JST 2014
Kouhei Sutou 2014-10-22 23:59:31 +0900 (Wed, 22 Oct 2014) New Revision: c14392f9a9622e85f61b64d40dfe0a437b19edc2 https://github.com/mroonga/mroonga/commit/c14392f9a9622e85f61b64d40dfe0a437b19edc2 Message: Remove needless "." at the end of error message Modified files: mrn_err.h Modified: mrn_err.h (+1 -1) =================================================================== --- mrn_err.h 2014-10-22 23:59:18 +0900 (f16b2e3) +++ mrn_err.h 2014-10-22 23:59:31 +0900 (b2245df) @@ -30,6 +30,6 @@ #define ER_MRN_INVALID_NULL_VALUE_STR "NULL value can't be used for %s" #define ER_MRN_UNSUPPORTED_COLUMN_FLAG_NUM 16506 #define ER_MRN_UNSUPPORTED_COLUMN_FLAG_STR \ - "The column flag '%-.64s' is unsupported. It is ignored." + "The column flag '%-.64s' is unsupported. It is ignored" #endif /* MRN_ERR_H_ */ -------------- next part -------------- HTML����������������������������...Download