From bd13950ba6eda09e527e30b35cb83b9c36fcca38 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 18 Feb 2024 10:05:25 -0800 Subject: [PATCH] fix system file updates when overlay is present --- src/ReceiveCommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReceiveCommands.cc b/src/ReceiveCommands.cc index 4fdd25d7..c79e97a7 100644 --- a/src/ReceiveCommands.cc +++ b/src/ReceiveCommands.cc @@ -3584,7 +3584,7 @@ static void on_E5_BB(shared_ptr c, uint16_t, uint32_t, string& data) { } static void on_ED_BB(shared_ptr c, uint16_t command, uint32_t, string& data) { - auto p = c->character(); + auto p = c->character(true, false); auto sys = c->system_file(); switch (command) { case 0x01ED: {