]> git.pld-linux.org Git - packages/e3.git/blame - e3-1.61-Polish_letters.patch
- new version of patch, changes suggested(inspired) by qrczak
[packages/e3.git] / e3-1.61-Polish_letters.patch
CommitLineData
857d2153 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
66fe9134 7- cmp al,0AFh
857d2153 8+ cmp al,9fh
9 ja ELZ7
66fe9134 10 mov al,'.'
11 ELZ7: cmp bl,byte [columns] ;screen width
This page took 0.047543 seconds and 4 git commands to generate.