[Apps/Calcplus] Fix to previous

This commit is contained in:
2025-04-05 12:28:31 +03:00
committed by Max Logaev
parent 64ec3b5f30
commit eb1b8054cb

View File

@@ -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