[Groonga-commit] groonga/grnxx at b7095d9 [master] Add a missing field in initialization.

Back to archive index

susumu.yata null+****@clear*****
Mon May 27 16:27:24 JST 2013


susumu.yata	2013-05-27 16:27:24 +0900 (Mon, 27 May 2013)

  New Revision: b7095d934fa8739cad8321d70d14b5c35852f7e4
  https://github.com/groonga/grnxx/commit/b7095d934fa8739cad8321d70d14b5c35852f7e4

  Message:
    Add a missing field in initialization.

  Modified files:
    lib/grnxx/map_cursor_query.hpp

  Modified: lib/grnxx/map_cursor_query.hpp (+1 -1)
===================================================================
--- lib/grnxx/map_cursor_query.hpp    2013-05-27 16:16:33 +0900 (b1ec769)
+++ lib/grnxx/map_cursor_query.hpp    2013-05-27 16:27:24 +0900 (8c11ffc)
@@ -92,7 +92,7 @@ struct MapCursorKeyIDGreaterEqual {
     return MAP_CURSOR_KEY_ID_GREATER_EQUAL;
   }
   operator MapCursorKeyIDRange<T>() const {
-    return MapCursorKeyIDRange<T>{ flags(), min };
+    return MapCursorKeyIDRange<T>{ flags(), min, 0 };
   }
 };
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index