about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWesley Schwengle <wesley@schwengle.net>2019-03-25 23:01:43 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2019-03-25 23:01:43 +0900
commit5ca680c93cb28c6616cc8f82db80a2425685dc38 (patch)
tree6f4efb0338b2f1f28a0530f5a48db7af2d8f8866 /ChangeLog
parent51d2e91a7e0f3823fc7b689c7bada4230444729e (diff)
downloadzsh-5ca680c93cb28c6616cc8f82db80a2425685dc38.tar.gz
zsh-5ca680c93cb28c6616cc8f82db80a2425685dc38.tar.xz
zsh-5ca680c93cb28c6616cc8f82db80a2425685dc38.zip
44162 (tweaked): Avoid format-overflow warning in zftp.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93f0f9373..a78102ac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-03-25  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
+	* Wesley Schwengle: 44162 (tweaked): Src/Modules/zftp.c: Avoid
+	format-overflow warning by using ztrftime()
+
 	* Wesley Schwengle: 44164: Src/params.c: Avoid stringop-truncation
 	warning by replacing strncpy() by memcpy()