wok-next diff syslinux/stuff/iso2exe/iso2exe.c @ rev 20126
get-vivaldi -> vivaldi. Update ldd runtime dependencies.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 31 12:04:50 2017 +0200 (2017-10-31) |
parents | 3432c28d8372 |
children |
line diff
1.1 --- a/syslinux/stuff/iso2exe/iso2exe.c Thu Jul 14 10:16:48 2016 +0200 1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.c Tue Oct 31 12:04:50 2017 +0200 1.3 @@ -49,7 +49,7 @@ 1.4 static unsigned long getcustomsector(void) 1.5 { 1.6 readsector(16UL); 1.7 - return 16UL + LONG(buffer + 80); 1.8 + return LONG(buffer + 80); 1.9 } 1.10 1.11 static int skipmd5 = 0;