Kouhei Sutou
null+****@clear*****
Fri Feb 1 10:56:36 JST 2013
Kouhei Sutou 2013-02-01 10:56:36 +0900 (Fri, 01 Feb 2013) New Revision: 1fa44bb1a66bfc0af30efda67e331c396a3e04bc https://github.com/groonga/groonga/commit/1fa44bb1a66bfc0af30efda67e331c396a3e04bc Log: Add a missing space before + Modified files: lib/normalizer.c Modified: lib/normalizer.c (+1 -1) =================================================================== --- lib/normalizer.c 2013-02-01 10:54:54 +0900 (15ca760) +++ lib/normalizer.c 2013-02-01 10:56:36 +0900 (9242fad) @@ -703,7 +703,7 @@ utf8_normalize(grn_ctx *ctx, grn_string *nstr) nstr->normalized = normalized; if (ch) { int16_t *checks; - if (!(checks = GRN_REALLOC(nstr->checks, ds * sizeof(int16_t)+ 1))) { + if (!(checks = GRN_REALLOC(nstr->checks, ds * sizeof(int16_t) + 1))) { if (nstr->ctypes) { GRN_FREE(nstr->ctypes); nstr->ctypes = NULL; } GRN_FREE(nstr->checks); nstr->checks = NULL; GRN_FREE(nstr->normalized); nstr->normalized = NULL; -------------- next part -------------- HTML����������������������������...Download