wok diff syslinux/stuff/iso2exe/iso2exe.c @ rev 19675
Add xosd-dev, xneur, gxneur.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 08 14:19:26 2017 +0200 (2017-02-08) |
parents | 3432c28d8372 |
children | d33c3c211ef8 |
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 Wed Feb 08 14:19:26 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;