Do away with ZORK.

This commit is contained in:
tim.schubert@tu-bs.de 2016-10-29 23:39:30 +02:00
parent d4f77ba2e1
commit 9398a4081b

View file

@ -253,7 +253,6 @@ int client()
if (status == -1) { if (status == -1) {
report_error(buf, BUFLEN, "parse: failed to parse"); report_error(buf, BUFLEN, "parse: failed to parse");
} else if (status == -2) { } else if (status == -2) {
printf("ZORK\n");
sprintf(buf, "%u%c%s", num1, '+', "0"); sprintf(buf, "%u%c%s", num1, '+', "0");
} else { } else {
sprintf(buf, "%u%c%u", num1, op, num2); sprintf(buf, "%u%c%u", num1, op, num2);