mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
msi: Use the source name of the msi package when it fails to copy.
This commit is contained in:
parent
16ee9aba88
commit
4a7bb647bf
@ -444,7 +444,7 @@ static LPCWSTR copy_package_to_temp( LPCWSTR szPackage, LPWSTR filename )
|
|||||||
|
|
||||||
if( !CopyFileW( szPackage, filename, FALSE ) )
|
if( !CopyFileW( szPackage, filename, FALSE ) )
|
||||||
{
|
{
|
||||||
ERR("failed to copy package to temp path %s\n", debugstr_w(filename) );
|
ERR("failed to copy package %s\n", debugstr_w(szPackage) );
|
||||||
return szPackage;
|
return szPackage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user