From 1d3932e8c53ab176b8180ad63a2f17eb94221bef Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 27 Jun 2014 16:18:38 +0200 Subject: [PATCH] fix an off-by-one issue in the output JSON --- Descriptors/JSONDescriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Descriptors/JSONDescriptor.h b/Descriptors/JSONDescriptor.h index 938e4ef4e..190bfc5f7 100644 --- a/Descriptors/JSONDescriptor.h +++ b/Descriptors/JSONDescriptor.h @@ -300,7 +300,7 @@ template class JSONDescriptor : public BaseDescriptor