[Groonga-commit] groonga/groonga at 05f42d8 [master] groonga: use package label in --version

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Nov 14 17:20:32 JST 2015


Kouhei Sutou	2015-11-14 17:20:32 +0900 (Sat, 14 Nov 2015)

  New Revision: 05f42d87a710bb084569817862189a212094ff4c
  https://github.com/groonga/groonga/commit/05f42d87a710bb084569817862189a212094ff4c

  Message:
    groonga: use package label in --version

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2015-11-14 17:20:20 +0900 (5c8ba4e)
+++ src/groonga.c    2015-11-14 17:20:32 +0900 (376dce6)
@@ -2541,7 +2541,7 @@ static void
 show_version(void)
 {
   printf("%s %s [",
-         grn_get_package(),
+         grn_get_package_label(),
          grn_get_version());
 
   /* FIXME: Should we detect host information dynamically on Windows? */
-------------- next part --------------
HTML����������������������������...
下載 



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