wok-next diff syslinux/stuff/iso2exe/iso2exe.c @ rev 14262

syslinux/iso2exe: fix isohybrib.exe dos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 30 20:33:34 2013 +0100 (2013-03-30)
parents 5ed4d6b2d690
children bf8be127c60b
line diff
     1.1 --- a/syslinux/stuff/iso2exe/iso2exe.c	Sat Mar 30 18:36:46 2013 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.c	Sat Mar 30 20:33:34 2013 +0100
     1.3 @@ -28,7 +28,7 @@
     1.4  	unsigned long size, catalog, lba;
     1.5  	int cylinders, i, j, isohybrid;
     1.6  	unsigned n;
     1.7 -	char tazlitoinfo[31*1024];
     1.8 +	char tazlitoinfo[10*1024];
     1.9  #ifndef WIN32
    1.10  	char *bootiso;
    1.11  	for (bootiso = (char *) main;