git-svn-id: svn://elaine/murooma/trunk@138 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-08-04 07:12:53 +00:00
parent 534fef5545
commit b7af52bbd7

View file

@ -26,7 +26,7 @@ bool Chunk::getNext(int16_t& _result)
if (isEndOfChunk())
return false;
_result = wireChunk->payload[idx++];
result = true;
return true;
}