From d2bf5e6b7a1a62173af2da4e672a8d02febe275e Mon Sep 17 00:00:00 2001 From: small_leek Date: Wed, 16 Dec 2020 14:55:06 +0800 Subject: [PATCH] correct the substream.patch: the result of jenkins is not real --- substream.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/substream.patch b/substream.patch index b3380c5..e5bab7b 100644 --- a/substream.patch +++ b/substream.patch @@ -53,4 +53,5 @@ - if(substream) return substream->eof(); + //if(substream) return substream->eof(); return (_io->tell_proc(_handle) >= _eof); - } \ No newline at end of file + } +