1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

FbTerm, a fast FrameBuffer based TERMinal emulator for linux

This commit is contained in:
kyak
2010-07-14 10:32:43 +04:00
parent d3db1719d6
commit e0a7e26b44
2 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- fbterm-1.6/src/lib/io.cpp_orig 2010-06-19 19:00:18.037920330 +0400
+++ fbterm-1.6/src/lib/io.cpp 2010-06-19 19:01:02.622595041 +0400
@@ -188,7 +188,8 @@
s8 outbuf[outlen];
size_t nconv, left, total = len;
- s8 *outptr, *inptr = buf;
+ s8 *outptr = buf;
+ const char *inptr = buf;
while (total) {
outptr = outbuf;