Kouhei Sutou
null+****@clear*****
Fri May 6 17:54:46 JST 2016
Kouhei Sutou 2016-05-06 17:54:46 +0900 (Fri, 06 May 2016) New Revision: 0df387ae973a13197b59aef40d140295acb53b63 https://github.com/groonga/groonga/commit/0df387ae973a13197b59aef40d140295acb53b63 Message: Simplify Modified files: lib/db.c Modified: lib/db.c (+1 -1) =================================================================== --- lib/db.c 2016-05-06 17:52:06 +0900 (794b9c5) +++ lib/db.c 2016-05-06 17:54:46 +0900 (299311b) @@ -649,7 +649,7 @@ grn_obj_io(grn_obj *obj) uint32_t grn_db_lastmod(grn_obj *s) { - return grn_obj_io(((grn_db *)s)->keys)->header->lastmod; + return grn_obj_io(s)->header->lastmod; } void -------------- next part -------------- HTML����������������������������...Download