diff --git a/sources/main.cpp b/sources/main.cpp index 98dc326..4588967 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -12,7 +12,7 @@ #include struct option { unsigned proc = 0; - std::atomic high; + std::atomic high = 0x14; //std::string outputfile; }; static option conf;