We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707c412 commit 6d1ab8fCopy full SHA for 6d1ab8f
components/core/src/clp/streaming_compression/lzma/Compressor.hpp
@@ -113,7 +113,7 @@ class Compressor : public ::clp::streaming_compression::Compressor {
113
* Repeatedly invoke lzma_code() compression workflow until LZMA_STREAM_END
114
* is reached.
115
* The workflow action needs to be kept the same throughout this process.
116
- * See also: https://github.com/frida/xz/blob/main/src/liblzma/api/lzma/base.h#L246
+ * See also: https://github.com/tukaani-project/xz/blob/master/src/liblzma/api/lzma/base.h#L274
117
*
118
* @param action
119
*/
0 commit comments