diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-11-01 07:36:31 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-11-01 07:36:31 -0700 |
commit | e0538074552ca48f7c994a49dce12be9210f07d4 (patch) | |
tree | 00f14a94246630c227fbdcfb6d551ee23f469ddb /ChangeLog-2009-2015 | |
parent | 2c6829c7fdda6d45722dc93e510e2ebbc80ce7bb (diff) | |
download | txr-e0538074552ca48f7c994a49dce12be9210f07d4.tar.gz txr-e0538074552ca48f7c994a49dce12be9210f07d4.tar.bz2 txr-e0538074552ca48f7c994a49dce12be9210f07d4.zip |
linenoise: fix use of int for wide char.
* linenoise/linenoise.c (history_search): The c variable for
capturing the input character should be of type wint_t,
not int. This was caught by GNU C++, due to a signed/unsigned
warning when c was compared to WEOF.
Diffstat (limited to 'ChangeLog-2009-2015')
0 files changed, 0 insertions, 0 deletions