diff --git a/main.cpp b/main.cpp index bc4fd7d..d60fc02 100644 --- a/main.cpp +++ b/main.cpp @@ -660,10 +660,7 @@ int main(int argc, char *argv[]) continue; } - if (!option_value_string.empty()) - { - ofs << option << " = " << option_value_string << std::endl; - } + ofs << option << " = " << option_value_string << std::endl; } ofs.close(); if (!Globals::globalConfig.bRespectUmask)