]> git.pld-linux.org Git - packages/e3.git/blob - e3-1.61-Polish_letters.patch
- new version of patch, changes suggested(inspired) by qrczak
[packages/e3.git] / e3-1.61-Polish_letters.patch
1 --- e3-1.61/e3.asm      Sun Jan 20 15:42:58 2002
2 +++ e3-1.61.new/e3.asm  Sun Jan 20 15:44:28 2002
3 @@ -1110,7 +1110,7 @@
4         mov al,'.'
5  ELZ9:  cmp al,7fh
6         jb ELZ7
7 -       cmp al,0AFh
8 +       cmp al,9fh
9         ja ELZ7
10         mov al,'.'
11  ELZ7:  cmp bl,byte [columns]           ;screen width
This page took 0.051821 seconds and 3 git commands to generate.