Bug fix: Oversized text in ISO_SYSAREA_REPORT_DOC_ALPHA.

Thanks to Etienne Bergeron.
This commit is contained in:
Thomas Schmitt 2016-03-30 21:35:53 +02:00
parent b269557743
commit b5fb98a2a3
1 changed files with 1 additions and 1 deletions

View File

@ -4238,7 +4238,7 @@ int iso_image_get_system_area(IsoImage *img, char data[32768],
#define ISO_SYSAREA_REPORT_DOC_ALPHA \ #define ISO_SYSAREA_REPORT_DOC_ALPHA \
"If a DEC Alpha SRM boot sector is present:", \ "If a DEC Alpha SRM boot sector is present:", \
" DEC Alpha ldr size : decimal", \ " 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.", \ " Loader file.", \
" DEC Alpha ldr adr : decimal", \ " DEC Alpha ldr adr : decimal", \
" tells the start of the loader file in units of 512-byte blocks.", \ " tells the start of the loader file in units of 512-byte blocks.", \