Commit 15bd732b authored by konovalovsergey's avatar konovalovsergey

getIsNoBase64 true by default

parent 3e86bf76
...@@ -545,7 +545,7 @@ namespace NExtractTools ...@@ -545,7 +545,7 @@ namespace NExtractTools
} }
bool getIsNoBase64() const bool getIsNoBase64() const
{ {
return (NULL != m_bIsNoBase64) ? (*m_bIsNoBase64) : false; return (NULL != m_bIsNoBase64) ? (*m_bIsNoBase64) : true;
} }
bool getSaveXFile() const bool getSaveXFile() const
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment