Index: tools/cdmake/cdmake.c =================================================================== --- tools/cdmake/cdmake.c (revision 63182) +++ tools/cdmake/cdmake.c (working copy) @@ -1327,7 +1327,7 @@ // Boot Volume Descriptor - if (eltorito == TRUE) + if (eltorito) { write_byte(0); write_string("CD001\1"); @@ -1390,7 +1390,7 @@ fill_sector(); // Boot Catalog - if (eltorito == TRUE) + if (eltorito) { boot_catalog_sector = cd.sector; @@ -1416,7 +1416,7 @@ } // Boot Image - if (eltorito == TRUE) + if (eltorito) { boot_image_sector = cd.sector;