http://bugs.winehq.org/show_bug.cgi?id=33489
Fabian Ebner f.ebner94@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |f.ebner94@gmail.com
--- Comment #2 from Fabian Ebner f.ebner94@gmail.com 2013-05-01 06:38:33 CDT --- The failing function is next_node in hhctrl.ocx/stream.c ... if(!stream_chr(stream, NULL, '<')) return FALSE;
if(!stream_chr(stream, buf, '>')) return FALSE; ...