diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-04-28 20:15:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-04-28 20:15:25 (GMT) |
commit | 9b14115ff2a497439ea56b42c9a81a192067ec58 (patch) | |
tree | c24a1d3ff037d50c02b4a4dd9115cd1b118b5311 /ChangeLog | |
parent | aeffe7a3bc85a2ddf30e309a59f14a0ecb7a824e (diff) |
Escaped some characters as needed when building tooltips.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ 17-04-28 Cyrille Bagard <nocbos@gmail.com> * src/arch/immediate.c: + Escape some characters as needed when building tooltips. + +17-04-28 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/immediate.c: RTFM to avoid segfaults when calling isprint(). 17-04-27 Cyrille Bagard <nocbos@gmail.com> |