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