mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Add part of a patch by Daniel Verkamp, see bug 3441.
svn path=/trunk/; revision=34457
This commit is contained in:
parent
08965866eb
commit
da7cfbccf5
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ ImportRegistryFile(PCHAR FileName)
|
|||
/* Load inf file from install media. */
|
||||
if (InfHostOpenFile(&hInf, FileName, &ErrorLine) != 0)
|
||||
{
|
||||
DPRINT1 ("InfHostOpenFile() failed\n");
|
||||
DPRINT1 ("InfHostOpenFile(%s) failed\n", FileName);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue