msi: Break out of the loop as soon as the assembly is detected in msi_load_assembly.

This commit is contained in:
Hans Leidekker 2012-05-17 10:17:16 +02:00 committed by Alexandre Julliard
parent 22856e9c96
commit 11daa6aad5

View File

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