Kentaro Hayashi 2018-11-19 17:52:14 +0900 (Mon, 19 Nov 2018) Revision: c97345241547d1543b6c8a71561a2adc90a7ae1d https://github.com/mroonga/mroonga/commit/c97345241547d1543b6c8a71561a2adc90a7ae1d Message: Indent Modified files: mrn_mysql_compat.h Modified: mrn_mysql_compat.h (+1 -1) =================================================================== --- mrn_mysql_compat.h 2018-11-19 17:43:10 +0900 (b8d7149a) +++ mrn_mysql_compat.h 2018-11-19 17:52:14 +0900 (0a8d3e6e) @@ -183,7 +183,7 @@ # else # define MRN_FIELD_NAME_EQUAL_KEY_PART_SPEC_FIELD_NAME(field, string) \ (strlen((field)->field_name) == string->length && \ - strncmp((field)->field_name, string->str, string->length) == 0) + strncmp((field)->field_name, string->str, string->length) == 0) # endif #endif -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181119/72ab4eec/attachment.html>