diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-23 16:08:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-23 16:08:47 +0000 |
commit | 29d0aa8ef8d4a996505ec48f698895836a0f3b56 (patch) | |
tree | 9da7e5924e90ea33c1ed39f225ca843c907ce65a /ChangeLog | |
parent | e051cb908ffcddf82e5a2e6812272bdec0d236a3 (diff) | |
download | zsh-29d0aa8ef8d4a996505ec48f698895836a0f3b56.tar.gz zsh-29d0aa8ef8d4a996505ec48f698895836a0f3b56.tar.xz zsh-29d0aa8ef8d4a996505ec48f698895836a0f3b56.zip |
29351: casts needed to pass integers through stdarg
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e4940aa29..fe3dc939a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-05-23 Peter Stephenson <pws@csr.com> + * 29351: Src/subst.c: need to cast non-integer + stdarg arguments to integer to fit % prototype. + * unposted: Config/version.mk: 4.3.11-dev-4. * unposted: Completion/Unix/Command/_go: typo @@ -14786,5 +14789,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5319 $ +* $Revision: 1.5320 $ ***************************************************** |