NOG meer fix

This commit is contained in:
Thulinma 2010-11-04 23:49:40 +01:00
parent 346dc07454
commit 5f927fca79

View file

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