File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,11 @@ bool TreeBuilder::StartArray()
162
162
if (this ->stack .empty ())
163
163
{
164
164
parent = new TreeNode;
165
- parent->isArray = false ;
165
+ parent->isArray = true ;
166
166
parent->subRoot = treeRoot;
167
167
parent->counter = 0 ;
168
168
this ->stack .push (parent);
169
+ return true ;
169
170
}
170
171
else
171
172
{
Original file line number Diff line number Diff line change 113
113
//
114
114
115
115
VS_VERSION_INFO VERSIONINFO
116
- FILEVERSION 1,32 ,0,0
117
- PRODUCTVERSION 1,32 ,0,0
116
+ FILEVERSION 1,34 ,0,0
117
+ PRODUCTVERSION 1,34 ,0,0
118
118
FILEFLAGSMASK 0x3fL
119
119
#ifdef _DEBUG
120
120
FILEFLAGS 0x1L
@@ -132,11 +132,11 @@ BEGIN
132
132
VALUE "Comments", "JSONViewer plugin for Notepad++"
133
133
VALUE "CompanyName", "Kapil Ratnani"
134
134
VALUE "FileDescription", "Notepad++ plugin"
135
- VALUE "FileVersion", "1.32 .0.0"
135
+ VALUE "FileVersion", "1.34 .0.0"
136
136
VALUE "InternalName", "JSONViewer"
137
137
VALUE "OriginalFilename", "NPPJSONViewer.dll"
138
138
VALUE "ProductName", "JSONViewer plugin for Notepad++"
139
- VALUE "ProductVersion", "1.32 .0.0"
139
+ VALUE "ProductVersion", "1.34 .0.0"
140
140
VALUE "SpecialBuild", "UNICODE"
141
141
END
142
142
END
You can’t perform that action at this time.
0 commit comments