mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
On receiving a zero length response, do not try to print returned text using wine_dbgstr_wn(). Instead check the returned string for zero length and skip the print in that case. ROSTESTS-377