From 7262a43720e62c17df50aca6c1c48685b0b3b6d1 Mon Sep 17 00:00:00 2001 From: dam Date: Sun, 11 Dec 2022 18:04:14 +0000 Subject: Validated usage of size_t. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index b3cabbe..008ceb7 100644 --- a/readme.md +++ b/readme.md @@ -71,6 +71,6 @@ Task Time Tracker - [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; - [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); +- [x] 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