Merge tag 'v0.21.22'
release v0.21.22
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "decoder/DecoderList.hxx"
|
||||
#include "decoder/DecoderPlugin.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "fs/NarrowPath.hxx"
|
||||
#include "fs/io/StdioOutputStream.hxx"
|
||||
#include "fs/io/BufferedOutputStream.hxx"
|
||||
#include "util/PrintException.hxx"
|
||||
@@ -63,7 +64,7 @@ try {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
const Path path = Path::FromFS(argv[1]);
|
||||
const FromNarrowPath path = argv[1];
|
||||
|
||||
const ScopeDecoderPluginsInit decoder_plugins_init({});
|
||||
|
||||
|
Reference in New Issue
Block a user