clean up logging, fix bad function args in es3sec
This commit is contained in:
@ -286,6 +286,10 @@ static HRESULT vfs_path_hook(const wchar_t *src, wchar_t *dest, size_t *count)
|
||||
}
|
||||
|
||||
*count = required;
|
||||
|
||||
#if 0
|
||||
dprintf("VFS: Redirecting %ls to %ls\n", src, dest);
|
||||
#endif
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user