mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Add part of a patch by Daniel Verkamp, see bug 3441.
svn path=/trunk/; revision=34457
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user