wok diff fusecloop/stuff/fusecloop.u @ rev 11113

ptlib: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 25 08:48:31 2011 +0200 (2011-10-25)
parents 7bae2701caba
children 297bc4cc8984
line diff
     1.1 --- a/fusecloop/stuff/fusecloop.u	Sun Aug 28 21:01:21 2011 +0200
     1.2 +++ b/fusecloop/stuff/fusecloop.u	Tue Oct 25 08:48:31 2011 +0200
     1.3 @@ -41,7 +41,7 @@
     1.4  +		}
     1.5  +	}
     1.6  +	else if (ofs32[1] == 0) { /* V1.0 */
     1.7 -+		loff_t last = __be64_to_cpu(ofs64[n]);
     1.8 ++		loff_t last = __le64_to_cpu(ofs64[n]);
     1.9  +		while (n--) {
    1.10  +			offsets[n].size = last - 
    1.11  +				(offsets[n].offset = __le64_to_cpu(ofs64[n]));