Display wrong path in case of error

svn path=/trunk/; revision=30376
This commit is contained in:
Hervé Poussineau 2007-11-12 09:59:52 +00:00
parent 3be8ab2337
commit be33f0b0ec

View file

@ -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;
}