]> git.ipfire.org Git - thirdparty/xz.git/commit
xz: Restrict when recursive mode can be used.
authorJia Tan <jiat0218@gmail.com>
Wed, 1 Nov 2023 06:43:03 +0000 (14:43 +0800)
committerJia Tan <jiat0218@gmail.com>
Mon, 29 Jan 2024 13:40:53 +0000 (21:40 +0800)
commitf8c199bcdc0534a99946cb4d15c271e8778d882c
tree561a2b9d50508e60ef9f9a305194ab51c5ad63fc
parentfe1af552d3bacb1c751093de64983ba1c3925831
xz: Restrict when recursive mode can be used.

If we are not compiling with dirent.h or MSVC, then we cannot use
recursive mode. Unfortunatly, there is not a great portable way to parse
directory contents.

There are _find_next() functions available for DOS like platforms, but
Windows version of these functions is different. Since we do not have a
good way to test these functions, support will not be added at this
time.
src/xz/args.c