File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,11 @@ bool TreeBuilder::StartArray()
162162 if (this ->stack .empty ())
163163 {
164164 parent = new TreeNode;
165- parent->isArray = false ;
165+ parent->isArray = true ;
166166 parent->subRoot = treeRoot;
167167 parent->counter = 0 ;
168168 this ->stack .push (parent);
169+ return true ;
169170 }
170171 else
171172 {
Original file line number Diff line number Diff line change 113113//
114114
115115VS_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
118118 FILEFLAGSMASK 0x3fL
119119#ifdef _DEBUG
120120 FILEFLAGS 0x1L
@@ -132,11 +132,11 @@ BEGIN
132132 VALUE "Comments", "JSONViewer plugin for Notepad++"
133133 VALUE "CompanyName", "Kapil Ratnani"
134134 VALUE "FileDescription", "Notepad++ plugin"
135- VALUE "FileVersion", "1.32 .0.0"
135+ VALUE "FileVersion", "1.34 .0.0"
136136 VALUE "InternalName", "JSONViewer"
137137 VALUE "OriginalFilename", "NPPJSONViewer.dll"
138138 VALUE "ProductName", "JSONViewer plugin for Notepad++"
139- VALUE "ProductVersion", "1.32 .0.0"
139+ VALUE "ProductVersion", "1.34 .0.0"
140140 VALUE "SpecialBuild", "UNICODE"
141141 END
142142 END
You can’t perform that action at this time.
0 commit comments