[Groonga-commit] groonga/groonga at 86cfffe [master] Simplify

Back to archive index

Masafumi Yokoyama null+****@clear*****
Fri Feb 12 00:31:25 JST 2016


Masafumi Yokoyama	2016-02-12 00:31:25 +0900 (Fri, 12 Feb 2016)

  New Revision: 86cfffe8fc819cb3ace18bce93c39972d2e38ec8
  https://github.com/groonga/groonga/commit/86cfffe8fc819cb3ace18bce93c39972d2e38ec8

  Merged 4276b02: Merge pull request #475 from groonga/column-remove-show-more-detail-in-error-message

  Message:
    Simplify

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2016-02-11 22:22:03 +0900 (26e1bf0)
+++ lib/proc.c    2016-02-12 00:31:25 +0900 (0d0fe81)
@@ -1439,7 +1439,7 @@ proc_column_remove(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_
     } else {
       ERR(GRN_INVALID_ARGUMENT, "[column][remove] column isn't found: <%.*s.%.*s>",
           (int)GRN_TEXT_LEN(VAR(0)), GRN_TEXT_VALUE(VAR(0)),
-          (int)GRN_TEXT_LEN(VAR(1)), GRN_TEXT_VALUE(VAR(1)));
+          colname_len, colname);
     }
   } else {
     ERR(GRN_INVALID_ARGUMENT, "[column][remove] table isn't found: <%.*s>",
-------------- next part --------------
HTML����������������������������...
Descargar 



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