[net.emacs] Addendum to bug fix

massar@godot.UUCP (J.P. Massar) (12/21/84)

A while ago I posted a bug fix with a diff listing which had no filename
associated with the diff!

Here is the diff again, and it is in the file e_buf.c in the routine
chbufr:

544c544,545
< 			if ((i = binsrch(mode, (char *)comtab, NCOMS, sizeof(struct key))) >= 0 && i < NCOMS)
---
> 			if ((i = binsrch(mode, (char *)comtab, NCOMS, sizeof(struct key))) >= 0 && i < NCOMS) {
>                                 xcnum = i;
545a547
>                         }

JP Massar
ihnp4!godot!massar
massar@cca-unix