summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-09-24 10:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2015-09-24 10:01:09 +0100
commited17760a52a21c9a94719b8f729f2539a2ee6503 (patch)
treef82dfbe9d943ff6a19d0a96b5bae141b09d0f554
parent06d4553a15db5b7b018e0d5a97a355ca341b0168 (diff)
parentddb2d1221b3a824114e7c456251c4cf983b0b330 (diff)
Merge branch 'obsd-master'
-rw-r--r--tty-term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-term.c b/tty-term.c
index 3f893109..550fd16d 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -454,7 +454,7 @@ tty_term_find(char *name, int fd, char **cause)
if (n == -1)
break;
code->type = TTYCODE_FLAG;
- code->value.number = n;
+ code->value.flag = n;
break;
}
}