Fixed segfault in manager program
[progcomp2012.git] / manager / program.cpp
index 3fca369..660362a 100644 (file)
@@ -81,7 +81,7 @@ Program::~Program()
 {
        if (Running()) //Check if the process created is still running...
        {
-               fputc(EOF, output); //If it was, tell it to stop with EOF
+               //fputc(EOF, output); //If it was, tell it to stop with EOF
 
                TimerThread timer(2); //Wait for 2 seconds
                timer.Start();          

UCC git Repository :: git.ucc.asn.au