From bdcfa07476a3cd04cdb6f8b6c49c5473a2fbb3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sat, 31 Mar 2007 11:14:39 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20correction=20d'un=20bogue=20qui=20provoq?= =?UTF-8?q?u=C3=A9=20un=20d=C3=A9passement=20de=20pile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- programs/volume.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/volume.asm b/programs/volume.asm index d5633fb..bc9703e 100644 --- a/programs/volume.asm +++ b/programs/volume.asm @@ -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