From 2dee43031baf863ddb91c9a8fc0d01f703884682 Mon Sep 17 00:00:00 2001 From: Burer Date: Sat, 5 Apr 2025 12:28:31 +0300 Subject: [PATCH] [Apps/Calcplus] Fix to previous --- programs/other/calcplus/calcplus.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index fb66e83e9..e3632b688 100644 --- a/programs/other/calcplus/calcplus.asm +++ b/programs/other/calcplus/calcplus.asm @@ -306,7 +306,7 @@ calc: cmp [error_n], 0 jne .error - mov [ans.buffer], word " = " + mov [ans.buffer], word "= " stdcall convert_to_str, eax, ans.buffer + 2 add eax, 2