]> git.pld-linux.org Git - packages/e3.git/blob - e3-short_jump.patch
- Sorry, I've got '.' instead of some Polish capital letters,
[packages/e3.git] / e3-short_jump.patch
1 --- e3-1.61/e3.asm~     Sun Jun 10 19:59:15 2001
2 +++ e3-1.61/e3.asm      Fri Nov 30 18:15:02 2001
3 @@ -1059,7 +1059,8 @@
4  DispShortLine:call LookPgBegin                 ;go on 1st char upper left on screen
5         mov esi,edi                     ;esi for reading chars from text
6         mov ecx,[lines]
7 -       jecxz Kviex
8 +       or ecx,ecx
9 +       jz Kviex
10         cld
11         mov bh,-1                       ;first line
12  DispNewLine:inc bh                     ;new line
This page took 0.069828 seconds and 3 git commands to generate.