From 4e32fa236e919be5bb8dbb323437f026f24e5853 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 5 Oct 2016 09:36:07 +0200 Subject: [PATCH] Add comment to roles_sid. See #30. --- src/osmformat.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmformat.proto b/src/osmformat.proto index f919bac..82bde2f 100644 --- a/src/osmformat.proto +++ b/src/osmformat.proto @@ -253,7 +253,7 @@ message Relation { optional Info info = 4; // Parallel arrays - repeated int32 roles_sid = 8 [packed = true]; + repeated int32 roles_sid = 8 [packed = true]; // This should have been defined as uint32 for consistency, but it is now too late to change it repeated sint64 memids = 9 [packed = true]; // DELTA encoded repeated MemberType types = 10 [packed = true]; }