Index: lib/rtl/actctx.c =================================================================== --- lib/rtl/actctx.c (revision 58638) +++ lib/rtl/actctx.c (working copy) @@ -787,7 +787,7 @@ 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); }