| Previous | 199869 Revisions | Next |
| r26114 Tuesday 12th November, 2013 at 07:26:31 UTC by Jürgen Buchmüller |
|---|
| Wrong type of uchar for call to uchar_from_utf8() |
| [/branches/alto2/src/emu/debug] | textbuf.c |
| r26113 | r26114 | |
|---|---|---|
| 53 | 53 | { |
| 54 | 54 | int total = 0; |
| 55 | 55 | while (*src) { |
| 56 | | |
| 56 | unicode_char uchar; | |
| 57 | 57 | int len = uchar_from_utf8(&uchar, src, strlen(src)); |
| 58 | 58 | if (len < 0) |
| 59 | 59 | break; // invalid UTF-8 |
| Previous | 199869 Revisions | Next |