diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-13 17:49:25 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-13 17:49:25 +0000 |
commit | c5be35fa4640efaf6a25917a50b64cea7e0c6013 (patch) | |
tree | c21ad6de2451e3491a10c7c10064402993384708 /ChangeLog | |
parent | 4817964a0742e894eeb033fd3d717f269bc5ac11 (diff) | |
download | zsh-c5be35fa4640efaf6a25917a50b64cea7e0c6013.tar.gz zsh-c5be35fa4640efaf6a25917a50b64cea7e0c6013.tar.xz zsh-c5be35fa4640efaf6a25917a50b64cea7e0c6013.zip |
Removed a compiler warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c872188a3..3627033c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ as the onces I recently added for the arg of nicechar() (which can handle the int being a negative or positive value). + * unposted: Src/Zle/zle_refresh.c: fixed an unused-variable + compiler warning when compiling the non-multibyte version of zsh. + 2006-01-12 Clint Adams <clint@zsh.org> * 22159: Completion/Linux/Command/_tpb: completion for tpb. |