[quoted lines by Lars Bjørndal on 2016/04/21 at 21:21 +0200]

>Please find attached a new log, where the usb category is included.

Oops! The patch (ht-1.patch) is attached this time.

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | http://Mielke.cc/bible/
EMail: d...@mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/
diff --git a/Drivers/Braille/HandyTech/braille.c 
b/Drivers/Braille/HandyTech/braille.c
index bf3e520..2021efa 100644
--- a/Drivers/Braille/HandyTech/braille.c
+++ b/Drivers/Braille/HandyTech/braille.c
@@ -1368,8 +1368,7 @@ brl_writeWindow (BrailleDisplay *brl, const wchar_t 
*text) {
     brl->data->updateRequired = 1;
   }
 
-  updateCells(brl);
-  return 1;
+  return updateCells(brl);
 }
 
 static int
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to