wok-6.x rev 19024
syslinux/win32.c: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 02 17:08:51 2016 +0200 (2016-04-02) |
parents | 8dbbd1b93962 |
children | 6df5e186612d |
files | syslinux/stuff/iso2exe/win32.c |
line diff
1.1 --- a/syslinux/stuff/iso2exe/win32.c Sat Apr 02 10:33:27 2016 +0200 1.2 +++ b/syslinux/stuff/iso2exe/win32.c Sat Apr 02 17:08:51 2016 +0200 1.3 @@ -128,7 +128,7 @@ 1.4 drive >>= 1; 1.5 fdiso = open(isoFileName, O_RDONLY|O_BINARY); 1.6 for (s = 0;; s++) { 1.7 - int s, n = read(fdiso, buffer, sizeof(buffer)); 1.8 + int n = read(fdiso, buffer, sizeof(buffer)); 1.9 if (n <= 0) break; 1.10 rdwrsector(MODE_WRITE, dev, s); 1.11 }