[Groonga-commit] groonga/groonga at fb78258 [master] Fix a typo

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Fri Nov 2 14:19:10 JST 2018


Kouhei Sutou	2018-11-02 14:19:10 +0900 (Fri, 02 Nov 2018)

  Revision: fb78258dc7a8166deae252ae71fff915280acacf
  https://github.com/groonga/groonga/commit/fb78258dc7a8166deae252ae71fff915280acacf

  Message:
    Fix a typo

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2018-11-02 13:08:50 +0900 (42277c2d2)
+++ src/groonga.c    2018-11-02 14:19:10 +0900 (b6c55bb9a)
@@ -3742,7 +3742,7 @@ main(int argc, char **argv)
     input_reader = grn_file_reader_open(&grn_gctx, input_path);
     if (!input_reader) {
       fprintf(stderr, "can't open input file: <%s>: %s\n",
-              input_path, ctx->errbuf);
+              input_path, grn_gctx.errbuf);
       return EXIT_FAILURE;
     }
     batchmode = GRN_TRUE;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181102/e80e124a/attachment.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る