diff --git a/src/main.cpp b/src/main.cpp index 4924e57..070c082 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -756,7 +756,7 @@ int main(int argc, char** argv, char** envp) { std::string content((std::istreambuf_iterator(sourceIn)), (std::istreambuf_iterator())); if (content == COPYRIGHT + SOURCE) - needsToWriteHeader = false; + needsToWriteSource = false; sourceIn.close(); }