wok-6.x diff linld/stuff/src/ISO9660.CPP @ rev 20477
Rebuild perl in 32 bits
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 17 20:44:06 2018 +0200 (2018-10-17) |
parents | 7b15fbf27388 |
children | f0d71e920c5a |
line diff
1.1 --- a/linld/stuff/src/ISO9660.CPP Sat Oct 06 15:17:20 2018 +0200 1.2 +++ b/linld/stuff/src/ISO9660.CPP Wed Oct 17 20:44:06 2018 +0200 1.3 @@ -51,7 +51,7 @@ 1.4 //x->curdirofs += SECTORSZ; 1.5 *(int *)((char *) &x->curdirofs+1) += SECTORSZ/256; 1.6 x->curdirsize -= DIRSECTORSZ; 1.7 - x->curpos &= 0; 1.8 + x->curpos = 0; 1.9 } 1.10 p = buffer + x->curpos; 1.11 if ((size = * (short *) p) == 0)