summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-07 23:56:19 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-16 18:28:27 +0200
commit795f2ff0535800f955df246a620d8d0fa8a98bd7 (patch)
tree7beb7a5279b4de77c62be014d6c3cef45a574691 /ChangeLog
parent54533: _gcc: fix some funny autogenerated artifacts and other typos (diff)
downloadzsh-795f2ff0535800f955df246a620d8d0fa8a98bd7.tar
zsh-795f2ff0535800f955df246a620d8d0fa8a98bd7.tar.gz
zsh-795f2ff0535800f955df246a620d8d0fa8a98bd7.tar.bz2
zsh-795f2ff0535800f955df246a620d8d0fa8a98bd7.tar.lz
zsh-795f2ff0535800f955df246a620d8d0fa8a98bd7.tar.xz
zsh-795f2ff0535800f955df246a620d8d0fa8a98bd7.tar.zst
zsh-795f2ff0535800f955df246a620d8d0fa8a98bd7.zip
54548: zftp: fix some mistakes
The freesession function randomly clearing the current session instead of the passed section is probably not great. The h_errno definition is repeated just above identically, which I would assume is a compile time error for anyone who has USE_LOCAL_H_ERRNO set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14f8f782c..61124254e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2026-05-16 Mikael Magnusson <mikachu@gmail.com>
+ * 54548: Src/Modules/zftp.c: zftp: fix some mistakes
+
* 54533: Completion/Unix/Command/_gcc: _gcc: fix some funny
autogenerated artifacts and other typos