#1054. exiv2json deep recursion and AltLang support. Regression detector.

This commit is contained in:
Robin Mills
2015-04-21 18:48:49 +00:00
parent 5463d4f89d
commit d2f5abbac5
6 changed files with 45 additions and 23 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ try {
Jzon::Object root;
if ( option == 'a' || option == 'f' ) {
if ( option == 'f' ) { // only report filesystem when requested
const char* FS="FS";
Jzon::Object fs ;
root.Add(FS,fs) ;