mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Display wrong path in case of error
svn path=/trunk/; revision=30376
This commit is contained in:
@@ -876,7 +876,7 @@ GetFileAttributesExW(LPCWSTR lpFileName,
|
||||
NULL,
|
||||
NULL))
|
||||
{
|
||||
DPRINT1 ("Invalid path\n");
|
||||
DPRINT1 ("Invalid path '%S'\n", lpFileName);
|
||||
SetLastError (ERROR_BAD_PATHNAME);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user