From b5fb98a2a35bbb2543b7cce46e15e1aa2deee257 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 30 Mar 2016 21:35:53 +0200 Subject: [PATCH] Bug fix: Oversized text in ISO_SYSAREA_REPORT_DOC_ALPHA. Thanks to Etienne Bergeron. --- libisofs/libisofs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index b3dbb3b..d9df9e0 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -4238,7 +4238,7 @@ int iso_image_get_system_area(IsoImage *img, char data[32768], #define ISO_SYSAREA_REPORT_DOC_ALPHA \ "If a DEC Alpha SRM boot sector is present:", \ " DEC Alpha ldr size : decimal", \ -" tells the number of 512-byte blocks in DEC Alpha Secondary Bootstrap" \ +" tells the number of 512-byte blocks in DEC Alpha Secondary Bootstrap", \ " Loader file.", \ " DEC Alpha ldr adr : decimal", \ " tells the start of the loader file in units of 512-byte blocks.", \