mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 21:55:12 +00:00
msi: Break out of the loop as soon as the assembly is detected in msi_load_assembly.
This commit is contained in:
parent
22856e9c96
commit
11daa6aad5
@ -347,6 +347,7 @@ MSIASSEMBLY *msi_load_assembly( MSIPACKAGE *package, MSICOMPONENT *comp )
|
||||
{
|
||||
TRACE("runtime version %s\n", debugstr_w(get_clr_version_str( i )));
|
||||
a->installed = TRUE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user