Ticket #3488: util.c.patch
File util.c.patch, 427 bytes (added by username?, 12 years ago) |
---|
Line | |
---|---|
1 | *** util.c.old 2010-08-05 11:18:21.000000000 +0200 |
2 | --- util.c 2010-08-05 11:25:15.000000000 +0200 |
3 | *************** |
4 | *** 138,143 **** |
5 | --- 138,144 ---- |
6 | case GTR_UNICODE_UP: return "\xE2\x86\x91"; |
7 | case GTR_UNICODE_DOWN: return "\xE2\x86\x93"; |
8 | case GTR_UNICODE_INF: return "\xE2\x88\x9E"; |
9 | + case GTR_UNICODE_DIV: return "\xC3\xB7"; |
10 | default: return "err"; |
11 | } |
12 | } |