forked from KolibriOS/kolibrios
Fix for previous revision.
git-svn-id: svn://kolibrios.org@9748 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7ee13facdf
commit
ed61181c2a
@ -679,7 +679,7 @@ fb_draw_icon:
|
||||
xor ebx,ebx
|
||||
cmp [edx],word '..'
|
||||
jne .draw
|
||||
cmp [ebx+2],byte 0
|
||||
cmp [edx+2],byte 0
|
||||
jne .draw
|
||||
mov ebx,eax ;16*16*3
|
||||
.draw:
|
||||
|
Loading…
Reference in New Issue
Block a user