mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +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