forked from len0rd/rockbox
Fix path handling snafu for CheckWPS tool
Somehow it got hooked to simulator file functions when it should be (and was) using raw OS functions. Credit: Frank Gevaerts Change-Id: Iac02fed1067830a432183632a047e00dfd03d3c2
This commit is contained in:
parent
16d1788356
commit
4f7fea2add
5 changed files with 12 additions and 9 deletions
|
@ -27,9 +27,9 @@
|
|||
#include "config.h"
|
||||
#include "fs_attr.h"
|
||||
|
||||
#if defined (APPLICATION)
|
||||
#if defined (APPLICATION) || defined(CHECKWPS)
|
||||
#include "filesystem-app.h"
|
||||
#elif defined(SIMULATOR) || defined(__PCTOOL__)
|
||||
#elif defined(SIMULATOR) || defined(DBTOOL)
|
||||
#include "../../uisimulator/common/filesystem-sim.h"
|
||||
#else
|
||||
#include "filesystem-native.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue