[Groonga-commit] pgroonga/pgroonga at 2e3292d [master] Fix ", " position

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 31 22:58:07 JST 2015


Kouhei Sutou	2015-03-31 22:58:07 +0900 (Tue, 31 Mar 2015)

  New Revision: 2e3292d694d8c99e665c54da292a6c2de66a9cde
  https://github.com/pgroonga/pgroonga/commit/2e3292d694d8c99e665c54da292a6c2de66a9cde

  Message:
    Fix "," position

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+2 -1)
===================================================================
--- pgroonga.c    2015-03-31 22:57:52 +0900 (d609570)
+++ pgroonga.c    2015-03-31 22:58:07 +0900 (004ab63)
@@ -498,7 +498,8 @@ PGrnLookupSourcesTable(Relation index, int errorLevel)
 {
 	char name[GRN_TABLE_MAX_KEY_SIZE];
 
-	snprintf(name, sizeof(name), PGrnSourcesTableNameFormat,
+	snprintf(name, sizeof(name),
+			 PGrnSourcesTableNameFormat,
 			 index->rd_node.relNode);
 	return PGrnLookup(name, errorLevel);
 }
-------------- next part --------------
HTML����������������������������...
Download 



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