wok diff syslinux/stuff/iso2exe/iso2exe.c @ rev 21870

busybox/command_not_found: use $PATH (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 11:06:27 2019 +0200 (2019-09-25)
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 Sep 25 11:06:27 2019 +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;