]> git.pld-linux.org Git - packages/e3.git/commitdiff
- Sorry, I've got '.' instead of some Polish capital letters,
authorjuandon <witekfl@pld-linux.org>
Sat, 19 Jan 2002 16:38:36 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
so I did what I did.

Changed files:
    e3-1.61-Polish_letters.patch -> 1.1

e3-1.61-Polish_letters.patch [new file with mode: 0644]

diff --git a/e3-1.61-Polish_letters.patch b/e3-1.61-Polish_letters.patch
new file mode 100644 (file)
index 0000000..206a629
--- /dev/null
@@ -0,0 +1,22 @@
+--- 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
+-      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
+       mov al,'.'
+ ELZ7: cmp bl,byte [columns]           ;screen width
+       jae DispEndLine                 ;continue reading line until end
This page took 0.059321 seconds and 4 git commands to generate.