diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index da39e584c..fb66e83e9 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 @@ -422,7 +422,7 @@ proc draw_textbox mcall , , < 9, 1>, [scn.gui_tb_in_shd] mcall , , < 10, 27> - mov ebx, LIST_X + LIST_ITEM_W - 12 + mov ebx, LIST_X + LIST_ITEM_W - 9 sub ebx, [ans.size] shl ebx, 16 add ebx, 16