28 Jul
2016
28 Jul
'16
7:50 a.m.
Pierre Schweitzer <pierre(a)reactos.org> writes:
+done: + if (redirect) + ctxt->resource->lpLocalName = NULL;
It looks quite suspicious to modify that input parameter and restore it at the end. You should probably use a copy instead. -- Alexandre Julliard julliard(a)winehq.org