Fix compilation without zlib headers present, from the ratbox3 upstream
This commit is contained in:
parent
26914ddffc
commit
21192997c1
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ mod_process_cmd_recv(mod_ctl_t * ctl)
|
||||||
#else
|
#else
|
||||||
case 'Y':
|
case 'Y':
|
||||||
case 'Z':
|
case 'Z':
|
||||||
send_nozlib_support(ctl);
|
send_nozlib_support(ctl, ctl_buf);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue