diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index 0a8d565e0..5da332fb6 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], dword " = " + mov [ans.buffer], word "= " stdcall convert_to_str, eax, ans.buffer + 2 add eax, 2