mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
parent
1bfec89b99
commit
da3ed55e4e
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ xtoplan9latin1(XEvent *e)
|
|||
Rune r;
|
||||
|
||||
r = __xtoplan9kbd(e);
|
||||
if(r < 0)
|
||||
if(r == -1)
|
||||
return nil;
|
||||
return sendrune(r);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue