Skip to content

Commit 5efeaa9

Browse files
author
asLody
committed
fix: query bug.
1 parent 248438a commit 5efeaa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VirtualApp/lib/src/main/jni/Foundation/IOUniformer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ void IOUniformer::redirect(const char *orig_path, const char *new_path) {
8686
}
8787

8888
const char *IOUniformer::query(const char *orig_path) {
89-
return reverse_relocate_path(orig_path);
89+
int res;
90+
return relocate_path(orig_path, &res);
9091
}
9192

9293
void IOUniformer::whitelist(const char *_path) {

0 commit comments

Comments
 (0)