From 1dc23481beffe9fd82c09e4ce7948c6a363835ba Mon Sep 17 00:00:00 2001 From: dam Date: Thu, 8 Dec 2022 02:16:00 +0000 Subject: Reviewed code for auto-cast problems with ptrdiff_t. --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 264c790..b3cabbe 100644 --- a/readme.md +++ b/readme.md @@ -70,6 +70,7 @@ Task Time Tracker - [x] Fix bug: archiving/unarchiving task introduces " ," at end of name and increases the number of spaces before comma; - [x] Check if draw_tui may be simplified by drawing entire lines of tasks at once and draw columns separators after; - By having each column-print job decoulpled, we avoid havint to measure and compensate lengths of UTF8 strings; -- [ ] Review all code for bugs related to auto-cast on ptrdiff_t/size_t (signed/unsigned); +- [x] Review all code for bugs related to auto-cast on ptrdiff_t (signed/unsigned); +- [ ] Review all code for bugs related to auto-cast on size_t (signed/unsigned); - [ ] Try to fix flickering of ncurses; - [ ] Go over all `TODO` items; -- cgit v1.2.3