From 795f2ff0535800f955df246a620d8d0fa8a98bd7 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 7 May 2026 23:56:19 +0200 Subject: 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. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14f8f782c..61124254e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2026-05-16 Mikael Magnusson + * 54548: Src/Modules/zftp.c: zftp: fix some mistakes + * 54533: Completion/Unix/Command/_gcc: _gcc: fix some funny autogenerated artifacts and other typos -- cgit v1.3.1