Fixed a bug on datenklo's ioctrls

This commit is contained in:
Andreas Eversberg 2022-12-07 21:25:06 +01:00
parent aadfd50a0f
commit 5acdb94f10
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ static ssize_t dk_ioctl_set(void *inst, int cmd, const void *buf, size_t in_bufs
break; break;
case TCOON: case TCOON:
PDEBUG(DDATENKLO, DEBUG_DEBUG, "Terminal turns on output.\n"); PDEBUG(DDATENKLO, DEBUG_DEBUG, "Terminal turns on output.\n");
datenklo->output_off = 1; datenklo->output_off = 0;
break; break;
case TCIOFF: case TCIOFF:
PDEBUG(DDATENKLO, DEBUG_DEBUG, "Terminal turns off input.\n"); PDEBUG(DDATENKLO, DEBUG_DEBUG, "Terminal turns off input.\n");