OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
| Date: | 2010-11-12 21:08:18 (2 years 6 months ago) |
|---|---|
| Author: | kyak |
| Commit: | 2d7e398567856d8953b9f64576928573aae2c991 |
| Message: | fbterm iconv patch not needed since uClibc has locale support |
| Files: |
fbterm/patches/001-invalid-conservion.patch (1 diff) |
Change Details
| fbterm/patches/001-invalid-conservion.patch | ||
|---|---|---|
| 1 | +++ fbterm-1.6/src/lib/io.cpp 2010-06-19 19:01:02.622595041 +0400 | |
| 2 | @@ -188,7 +188,8 @@ | |
| 3 | s8 outbuf[outlen]; | |
| 4 | ||
| 5 | size_t nconv, left, total = len; | |
| 6 | - s8 *outptr, *inptr = buf; | |
| 7 | + s8 *outptr = buf; | |
| 8 | + const char *inptr = buf; | |
| 9 | ||
| 10 | while (total) { | |
| 11 | outptr = outbuf; | |
