test/dump_rva2: fix TCHAR/char confusion on Windows
This commit is contained in:
parent
a888b3a707
commit
833ca1e350
|
@ -7,6 +7,7 @@
|
|||
#include "tag/ReplayGainInfo.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "fs/NarrowPath.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
#include "input/LocalOpen.hxx"
|
||||
#include "util/PrintException.hxx"
|
||||
|
@ -47,7 +48,7 @@ try {
|
|||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
const Path path = Path::FromFS(argv[1]);
|
||||
const FromNarrowPath path = argv[1];
|
||||
|
||||
Mutex mutex;
|
||||
|
||||
|
|
Loading…
Reference in New Issue