correct the substream.patch: the result of jenkins is not real

This commit is contained in:
small_leek 2020-12-16 14:55:06 +08:00
parent 1f338186b0
commit d2bf5e6b7a

View File

@ -53,4 +53,5 @@
- if(substream) return substream->eof();
+ //if(substream) return substream->eof();
return (_io->tell_proc(_handle) >= _eof);
}
}