From 58e13e778e6d0fe644cb544af5448b3abfd6da35 Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 04:15:54 +0200 Subject: [PATCH] docs: add FileSave() bug to High Priority TODO BUG: Nested FileSave() returns bool passed as FileSaveFlags Refs: #5445 --- todo/TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo/TODO.md b/todo/TODO.md index 217c60a5a..0ec9c24c1 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -4,6 +4,10 @@ - [ ] **Scintilla/Lexilla Update** - Upgrade to latest versions (5.5.8/5.4.6) - See [research/scintilla-lexilla-upgrade.md](research/scintilla-lexilla-upgrade.md) +- [ ] **BUG: FileSave() nested call** - Wrong argument type passed + - Issue: [#5445](https://github.com/rizonesoft/Notepad3/issues/5445) + - Code: `Notepad3.c:4788` - nested `FileSave()` returns bool, passed as FileSaveFlags + - Fix: `FileSave((FileWatching.FileWatchingMode <= FWM_DONT_CARE) ? FSF_SaveAlways : FSF_None);` ## Medium Priority