]> wimlib.net Git - wimlib/blobdiff - src/lzx-compress.c
lzx-decompress.c: Simplify handling of recent offsets
[wimlib] / src / lzx-compress.c
index b337697eda3abb8688d33ddc4c14863f37dbfd25..e1b65c7c18573bb721bd71ed6ab457a0892ca911 100644 (file)
  * it possible to implement this code:
  *
  * - divsufsort (author: Yuta Mori), for the suffix array construction code,
- *   located in a separate directory (divsufsort/).
+ *   located in a separate file (divsufsort.c).
  *
  * - "Linear-Time Longest-Common-Prefix Computation in Suffix Arrays and Its
  *   Applications" (Kasai et al. 2001), for the LCP array computation.