[Groonga-commit] groonga/grnxx [master] Fix a typo, "basic" -> "large".

Back to archive index

susumu.yata null+****@clear*****
Fri Mar 15 15:04:55 JST 2013


susumu.yata	2013-03-15 15:04:55 +0900 (Fri, 15 Mar 2013)

  New Revision: 2a24fb41c7e3c9c14d9496a0fb5a58ee5fe77588
  https://github.com/groonga/grnxx/commit/2a24fb41c7e3c9c14d9496a0fb5a58ee5fe77588

  Message:
    Fix a typo, "basic" -> "large".

  Modified files:
    lib/map/da/basic/id_cursor.cpp

  Modified: lib/map/da/basic/id_cursor.cpp (+1 -1)
===================================================================
--- lib/map/da/basic/id_cursor.cpp    2013-03-15 13:20:05 +0900 (076e3d1)
+++ lib/map/da/basic/id_cursor.cpp    2013-03-15 15:04:55 +0900 (006a9e3)
@@ -15,7 +15,7 @@ IDCursor *IDCursor::open(Trie *trie, MapCursorFlags flags,
                          int64_t offset, int64_t limit) {
   std::unique_ptr<IDCursor> cursor(new (std::nothrow) IDCursor);
   if (!cursor) {
-    GRNXX_ERROR() << "new grnxx::map::da::large::IDCursor failed";
+    GRNXX_ERROR() << "new grnxx::map::da::basic::IDCursor failed";
     GRNXX_THROW();
   }
   cursor->open_cursor(trie, flags, min, max, offset, limit);
-------------- next part --------------
HTML����������������������������...
다운로드 



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