[Groonga-commit] pgroonga/pgroonga at 4c1d642 [master] Fix ", " position

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 31 22:57:52 JST 2015


Kouhei Sutou	2015-03-31 22:57:52 +0900 (Tue, 31 Mar 2015)

  New Revision: 4c1d642d4f85fd88f676057b5eca27373c5970bd
  https://github.com/pgroonga/pgroonga/commit/4c1d642d4f85fd88f676057b5eca27373c5970bd

  Message:
    Fix "," position

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+1 -2)
===================================================================
--- pgroonga.c    2015-03-29 17:53:26 +0900 (511f7d3)
+++ pgroonga.c    2015-03-31 22:57:52 +0900 (d609570)
@@ -498,8 +498,7 @@ 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