Do away with ZORK.
This commit is contained in:
parent
d4f77ba2e1
commit
9398a4081b
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue