[Rprotobuf-commits] r918 - pkg/inst/proto
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 30 23:42:55 CET 2014
Author: murray
Date: 2014-11-30 23:42:55 +0100 (Sun, 30 Nov 2014)
New Revision: 918
Modified:
pkg/inst/proto/rexp.proto
Log:
Correct duplicate field id used.
Modified: pkg/inst/proto/rexp.proto
===================================================================
--- pkg/inst/proto/rexp.proto 2014-11-27 02:14:07 UTC (rev 917)
+++ pkg/inst/proto/rexp.proto 2014-11-30 22:42:55 UTC (rev 918)
@@ -44,7 +44,7 @@
repeated REXP attrValue = 12;
optional bytes languageValue = 13;
optional bytes environmentValue = 14;
- optional bytes functionValue = 14;
+ optional bytes functionValue = 15;
}
message STRING {
optional string strval = 1;
More information about the Rprotobuf-commits
mailing list