Kouhei Sutou
null+****@clear*****
Mon Jan 27 23:22:51 JST 2014
Kouhei Sutou 2014-01-27 23:22:51 +0900 (Mon, 27 Jan 2014) New Revision: 5a1ca53157c92dfe6bada0ac9a128493cbde8e22 https://github.com/groonga/groonga-gobject/commit/5a1ca53157c92dfe6bada0ac9a128493cbde8e22 Message: Fix unreadable name Modified files: groonga-gobject/ggrn-error.c Modified: groonga-gobject/ggrn-error.c (+2 -2) =================================================================== --- groonga-gobject/ggrn-error.c 2014-01-27 23:17:39 +0900 (e5abbed) +++ groonga-gobject/ggrn-error.c 2014-01-27 23:22:51 +0900 (ceaa9c9) @@ -114,8 +114,8 @@ ggrn_error_to_string(GGrnError error) case GGRN_ERROR_TOO_MANY_OPEN_FILES: message = "too many open files"; break; - case GGRN_ERROR_INAPPROPRIATE_I_O_CONTROL_OPERATION: - message = "inappropriate i o control operation"; + case GGRN_ERROR_INAPPROPRIATE_IO_CONTROL_OPERATION: + message = "inappropriate IO control operation"; break; case GGRN_ERROR_FILE_TOO_LARGE: message = "file too large"; -------------- next part -------------- HTML����������������������������...Download