X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=manager%2Fprogram.cpp;fp=manager%2Fprogram.cpp;h=660362ac06cc7535c1f2814c9e1bd6579b17c0d4;hp=3fca36978d66ec23e3b7b4d2a3f2e541eeaa58ff;hb=7f7bc05439b70b3139086086608996de3c9ae2ed;hpb=17a20de4017ccfadef219d830a28ecccfe6f5106 diff --git a/manager/program.cpp b/manager/program.cpp index 3fca369..660362a 100644 --- a/manager/program.cpp +++ b/manager/program.cpp @@ -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();