[Apps/Calcplus] One more fix

This commit is contained in:
2025-04-05 13:04:49 +03:00
committed by Max Logaev
parent 3d5ea64dee
commit 01a77be346

View File

@@ -308,8 +308,8 @@ calc:
mov [ans.buffer], dword " = "
stdcall convert_to_str, eax, ans.buffer + 2
add eax, 2
stdcall convert_to_str, eax, ans.buffer + 3
add eax, 3
mov edi, eax
imul eax, 8 ; char_w
add eax, 9