Change for solaris.

This commit is contained in:
clanmills
2020-04-15 16:53:03 +01:00
parent 9dd3269b80
commit 13565be3d2
8 changed files with 98 additions and 53 deletions
+4 -4
View File
@@ -289,10 +289,10 @@ int main(int argc, char* const argv[])
Jzon::Object root;
if ( option == 'f' ) { // only report filesystem when requested
const char* FS="FS";
Jzon::Object fs ;
root.Add(FS,fs) ;
fileSystemPush(path,root.Get(FS));
const char* Fs="FS";
Jzon::Object fs ;
root.Add(Fs,fs) ;
fileSystemPush(path,root.Get(Fs));
}
if ( option == 'a' || option == 'e' ) {