wok-current diff syslinux/stuff/iso2exe/iso2exe.c @ rev 23787

updated yaml and yaml-dev (0.2.2 -> 0.2.4)
author Hans-G?nter Theisgen
date Fri May 22 07:12:48 2020 +0100 (2020-05-22)
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	Fri May 22 07:12:48 2020 +0100
     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;