wok rev 22731

Up slitaz-icons-faenza* (1.3.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 23 16:28:27 2020 +0100 (2020-01-23)
parents e3c504384cac
children c1575d842c72
files linld/stuff/src/CRTL.ASM slitaz-icons-faenza-dark/receipt slitaz-icons-faenza/receipt
line diff
     1.1 --- a/linld/stuff/src/CRTL.ASM	Thu Jan 23 16:22:46 2020 +0100
     1.2 +++ b/linld/stuff/src/CRTL.ASM	Thu Jan 23 16:28:27 2020 +0100
     1.3 @@ -289,19 +289,18 @@
     1.4          global  @rewind$qi:near			; fd=ax
     1.5          proc    @rewind$qi near
     1.6  
     1.7 -		ifdef EXTRA
     1.8 -		xchg	ax,bx			; catch ISO image case
     1.9 -		mov	cx,-512			; curpos = 512
    1.10 -		stc				; see LOAD.CPP
    1.11 -		mov	bl,2
    1.12 +		ifdef EXTRA			; catch ISO image case
    1.13 +		stc
    1.14 +		mov	dx,-512			; curpos = 512, see LOAD.CPP
    1.15 +		mov	bl,1
    1.16  		jmp	lseekword
    1.17  		endif
    1.18  rewind:						; rewind(ax)
    1.19  		mov	bl,0
    1.20  lseek0:						; lseek0(ax,bl=dir)
    1.21 -		xor	cx,cx			; clear C
    1.22 +		xor	dx,dx			; clear C
    1.23  lseekword:
    1.24 -		sbb	dx,dx
    1.25 +		sbb	cx,cx
    1.26  lseekset:
    1.27  		xchg	ax,bx
    1.28  lseek:
     2.1 --- a/slitaz-icons-faenza-dark/receipt	Thu Jan 23 16:22:46 2020 +0100
     2.2 +++ b/slitaz-icons-faenza-dark/receipt	Thu Jan 23 16:28:27 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="slitaz-icons-faenza-dark"
     2.7 -VERSION="1.3"
     2.8 +VERSION="1.3.1"
     2.9  CATEGORY="customization"
    2.10  SHORT_DESC="SliTaz icon set based on the Faenza-Dark icons"
    2.11  MAINTAINER="al.bobylev@gmail.com"
     3.1 --- a/slitaz-icons-faenza/receipt	Thu Jan 23 16:22:46 2020 +0100
     3.2 +++ b/slitaz-icons-faenza/receipt	Thu Jan 23 16:28:27 2020 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="slitaz-icons-faenza"
     3.7 -VERSION="1.3"
     3.8 +VERSION="1.3.1"
     3.9  CATEGORY="customization"
    3.10  SHORT_DESC="SliTaz icon set based on the Faenza icons"
    3.11  MAINTAINER="al.bobylev@gmail.com"