From: Bimba Shrestha Date: Fri, 6 Sep 2019 21:48:41 +0000 (-0700) Subject: Mentioning cli only in the comment as suggested X-Git-Tag: v1.4.4~1^2~60^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e122053bba31d39cf0e280eddc48b8f7edfeb7;p=thirdparty%2Fzstd.git Mentioning cli only in the comment as suggested --- diff --git a/lib/compress/zstd_compress.c b/lib/compress/zstd_compress.c index f88cc82f0..f7f571e87 100644 --- a/lib/compress/zstd_compress.c +++ b/lib/compress/zstd_compress.c @@ -2308,7 +2308,7 @@ static size_t ZSTD_compressBlock_internal(ZSTD_CCtx* zc, if (frame && /* We don't want to emit our first block as a RLE even if it qualifies because - * doing so will cause the decoder to throw a "should consume all input error." + * doing so will cause the decoder (cli only) to throw a "should consume all input error." * This is only an issue for zstd <= v1.4.3 */ !zc->isFirstBlock &&