]> git.pld-linux.org Git - packages/e3.git/blob - e3-1.61-Polish_letters.patch
- Sorry, I've got '.' instead of some Polish capital letters,
[packages/e3.git] / e3-1.61-Polish_letters.patch
1 --- e3-1.61/e3.asm      Sun Jun 10 19:59:15 2001
2 +++ e3-1.61.new/e3.asm  Sat Jan 19 17:24:12 2002
3 @@ -1105,12 +1105,13 @@
4  ELZ3:  cmp al,NEWLINE
5         jz FillLine
6         cmp al,SPACECHAR
7 -       jae ELZ9                        ;simply ignore chars like carriage_return etc.
8 -       mov al,'.'
9 -ELZ9:  cmp al,7fh
10 -       jb ELZ7
11 -       cmp al,0AFh
12 -       ja ELZ7
13 +       jae ELZ7
14 +;      jae ELZ9                        ;simply ignore chars like carriage_return etc.
15 +;      mov al,'.'
16 +;ELZ9: cmp al,7fh
17 +;      jb ELZ7
18 +;      cmp al,0AFh
19 +;      ja ELZ7
20         mov al,'.'
21  ELZ7:  cmp bl,byte [columns]           ;screen width
22         jae DispEndLine                 ;continue reading line until end
This page took 0.055883 seconds and 3 git commands to generate.