[BRLTTY] BRLTTY, HT Active Braille on Raspberry pi 2, USB

Dave Mielke dave at mielke.cc
Sat Apr 23 07:37:57 EDT 2016


[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: Dave at Mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/
-------------- next part --------------
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


More information about the BRLTTY mailing list