[Groonga-commit] ranguba/rroonga at d31d8d5 [master] Use "nil" for nonexistent

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri May 30 18:10:50 JST 2014


Kouhei Sutou	2014-05-30 18:10:50 +0900 (Fri, 30 May 2014)

  New Revision: d31d8d58aa71314d6c083526dd1a66dd0b3028a9
  https://github.com/ranguba/rroonga/commit/d31d8d58aa71314d6c083526dd1a66dd0b3028a9

  Message:
    Use "nil" for nonexistent

  Modified files:
    ext/groonga/rb-grn-index-column.c

  Modified: ext/groonga/rb-grn-index-column.c (+1 -1)
===================================================================
--- ext/groonga/rb-grn-index-column.c    2014-05-30 18:10:35 +0900 (5011138)
+++ ext/groonga/rb-grn-index-column.c    2014-05-30 18:10:50 +0900 (360d25c)
@@ -160,7 +160,7 @@ rb_grn_index_column_inspect_content (VALUE self, VALUE inspected)
 
             grn_obj_unlink(context, source);
         } else {
-            rb_str_catf(inspected, "(null:%u)", source_id);
+            rb_str_catf(inspected, "(nil:%u)", source_id);
         }
     }
     rb_str_cat2(inspected, ">");
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index