mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[RTL]
Fix incorrect assignation. Patch by Victor Martinez Reviewed by Timo Kreuzer CORE-7067 #comment Committed in r58729 #resolve svn path=/trunk/; revision=58729
This commit is contained in:
@@ -787,7 +787,7 @@ static BOOL parse_expect_no_attr(xmlbuf_t* xmlbuf, BOOL* end)
|
||||
while (next_xml_attr(xmlbuf, &attr_name, &attr_value, &error, end))
|
||||
{
|
||||
attr_nameU = xmlstr2unicode(&attr_name);
|
||||
attr_valueU = xmlstr2unicode(&attr_name);
|
||||
attr_valueU = xmlstr2unicode(&attr_value);
|
||||
DPRINT1( "unexpected attr %wZ=%wZ\n", &attr_nameU,
|
||||
&attr_valueU);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user