B5500: Fix error with punch of binary data.
This commit is contained in:
parent
a6701c1349
commit
7116915937
1 changed files with 1 additions and 0 deletions
|
@ -581,6 +581,7 @@ cdp_srv(UNIT *uptr) {
|
|||
} else {
|
||||
hol = 0;
|
||||
switch (ch & 077) {
|
||||
case 000: hol = 0x206; break; /* ? */
|
||||
case 015: hol = 0x082; break; /* : */
|
||||
case 016: hol = 0x20A; break; /* > */
|
||||
case 017: hol = 0x805; break; /* } */
|
||||
|
|
Loading…
Add table
Reference in a new issue