0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

Fix compilation without zlib headers present, from the ratbox3 upstream

This commit is contained in:
Valery V Yatsko 2008-06-26 21:19:19 +04:00
parent 26914ddffc
commit 21192997c1

View file

@ -924,7 +924,7 @@ mod_process_cmd_recv(mod_ctl_t * ctl)
#else
case 'Y':
case 'Z':
send_nozlib_support(ctl);
send_nozlib_support(ctl, ctl_buf);
break;
#endif