[Groonga-commit] groonga/grnxx at 0ce7be8 [master] Fix a typo.

Back to archive index

susumu.yata null+****@clear*****
Sun May 5 13:11:00 JST 2013


susumu.yata	2013-05-05 13:11:00 +0900 (Sun, 05 May 2013)

  New Revision: 0ce7be817d0c6c72e9b3bb1ab6a225cfb0371ee6
  https://github.com/groonga/grnxx/commit/0ce7be817d0c6c72e9b3bb1ab6a225cfb0371ee6

  Message:
    Fix a typo.

  Modified files:
    test/test_io_pool.cpp

  Modified: test/test_io_pool.cpp (+1 -1)
===================================================================
--- test/test_io_pool.cpp    2013-05-05 13:09:24 +0900 (5be3bf4)
+++ test/test_io_pool.cpp    2013-05-05 13:11:00 +0900 (b499615)
@@ -325,7 +325,7 @@ void test_random_queries() {
 
   // Create and free blocks in random.
   for (int i = 0; i < OPERATION_COUNT; ++i) {
-    const std::uint32_t value = random() & 256;
+    const std::uint32_t value = random() & 255;
     if (value < 16) {
       // Free a block.
       if (!id_set.empty()) {
-------------- next part --------------
HTML����������������������������...
Download 



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