]> git.pld-linux.org Git - packages/e3.git/commitdiff
- new version of patch, changes suggested(inspired) by qrczak
authorjuandon <witekfl@pld-linux.org>
Sun, 20 Jan 2002 14:58:10 +0000 (14:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e3-1.61-Polish_letters.patch -> 1.2

e3-1.61-Polish_letters.patch

index 206a629210161cf34a5d597b0cf3af27f8ce420d..f029546b076e265408c11d4abc8a8e1c41229672 100644 (file)
@@ -1,22 +1,11 @@
---- e3-1.61/e3.asm     Sun Jun 10 19:59:15 2001
-+++ e3-1.61.new/e3.asm Sat Jan 19 17:24:12 2002
-@@ -1105,12 +1105,13 @@
- ELZ3: cmp al,NEWLINE
-       jz FillLine
-       cmp al,SPACECHAR
--      jae ELZ9                        ;simply ignore chars like carriage_return etc.
--      mov al,'.'
--ELZ9: cmp al,7fh
--      jb ELZ7
+--- e3-1.61/e3.asm     Sun Jan 20 15:42:58 2002
++++ e3-1.61.new/e3.asm Sun Jan 20 15:44:28 2002
+@@ -1110,7 +1110,7 @@
+       mov al,'.'
+ ELZ9: cmp al,7fh
+       jb ELZ7
 -      cmp al,0AFh
--      ja ELZ7
-+      jae ELZ7
-+;     jae ELZ9                        ;simply ignore chars like carriage_return etc.
-+;     mov al,'.'
-+;ELZ9:        cmp al,7fh
-+;     jb ELZ7
-+;     cmp al,0AFh
-+;     ja ELZ7
++      cmp al,9fh
+       ja ELZ7
        mov al,'.'
  ELZ7: cmp bl,byte [columns]           ;screen width
-       jae DispEndLine                 ;continue reading line until end
This page took 0.145859 seconds and 4 git commands to generate.