[Apps/Calcplus] One more fix
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 24s
Build system / Build (pull_request) Successful in 7m58s

This commit is contained in:
2025-04-05 13:04:49 +03:00
parent c1a27074b2
commit 86edd79af4

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