]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Mentioning cli only in the comment as suggested
authorBimba Shrestha <bshrestha.msae@gmail.com>
Fri, 6 Sep 2019 21:48:41 +0000 (14:48 -0700)
committerBimba Shrestha <bshrestha.msae@gmail.com>
Fri, 6 Sep 2019 21:48:41 +0000 (14:48 -0700)
lib/compress/zstd_compress.c

index f88cc82f0d2dc990c9411fd0c8dfad73b2a9af5b..f7f571e87b339906be36036eab69bf35f3b43ec1 100644 (file)
@@ -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 &&