Commit f6bfbfb6 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

fusion: Allow spaces between attribute-value pairs in an assembly name.

parent a01b18fa
......@@ -454,6 +454,8 @@ static HRESULT parse_display_name(IAssemblyNameImpl *name, LPCWSTR szAssemblyNam
*ptr2 = '\0';
while (*str == ' ') str++;
if (!lstrcmpW(str, version))
hr = parse_version(name, ptr);
else if (!lstrcmpW(str, culture))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment