This commit is contained in:
Thulinma 2010-11-04 23:37:55 +01:00
parent cde417a7b6
commit 346dc07454

View file

@ -492,7 +492,7 @@ chunkpack getWholeChunk(){
free(ret);//cleanup returned chunk
return gwc_complete;
}
if (!std::cout.good()){
if (!std::cin.good()){
gwc_complete.msg_type_id = 0;
return gwc_complete;
}