From 45c8724e89c7c0d84fa42d2877f5b71c0f70749e Mon Sep 17 00:00:00 2001 From: Pavel Vymetálek Date: Fri, 3 Apr 2020 10:32:08 +0200 Subject: Fixed complicated interrupting by ctrl-c - ctrl-c stops the program immediatelly - serial buffers are cleaned at startup and at finishing program - pointers renamed to p_... - comments are in english --- TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 074c8e8..d376bf1 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,7 @@ +2019-09-03 + - fix progressbar for files smaller than 16kB + + 2019-03-16 + add support for handling time/date of files * info at https://docs.microsoft.com/en-us/windows/desktop/api/Winbase/nf-winbase-filetimetodosdatetime -- cgit