Fix bad debug print in canna
Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
committed by
Matt Madia
parent
e409420486
commit
b6c526d2d9
@@ -233,7 +233,7 @@ CannaLooper::_HandleKeyDown(BMessage* msg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
SERIAL_PRINT(("CannaLooper: HandleKeyDown() calling "
|
SERIAL_PRINT(("CannaLooper: HandleKeyDown() calling "
|
||||||
"CannaInterface::KeyIn()...\n", result));
|
"CannaInterface::KeyIn()...\n"));
|
||||||
|
|
||||||
uint32 result = fCanna->KeyIn(character, modifier, key);
|
uint32 result = fCanna->KeyIn(character, modifier, key);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user