fix: correction d'un bogue qui provoqué un dépassement de pile

This commit is contained in:
Nicolas Hordé 2007-03-31 11:14:39 +00:00
parent 95140e4da4
commit bdcfa07476
1 changed files with 1 additions and 2 deletions

View File

@ -79,7 +79,7 @@ push offset spaces2
call [print]
mov al,[sizex]
doaline2:
push [dword ptr di+offset buffer]
push [word ptr di+offset buffer]
call [showchar]
inc edi
dec al
@ -130,7 +130,6 @@ call [print],offset menu
suit5:
cmp ax,4000h
jne suit6
mov cx,[sect]
call [writesector],[sect],offset buffer
jnc waitkey
jmp errtr