From 63c074b0aae421136a321dfc64e3786eeedb9b95 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 12 Sep 2016 18:01:14 +0200 Subject: [PATCH] Changed severity of ISO_FILE_TOO_BIG from WARNING to FAILURE. --- libisofs/libisofs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index df9bf2d..8a7fe09 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -8447,8 +8447,8 @@ int iso_conv_name_chars(IsoWriteOpts *opts, char *name, size_t name_len, /** File not supported in ECMA-119 tree and thus ignored (WARNING,MEDIUM, -139) */ #define ISO_FILE_IGNORED 0xD020FF75 -/* A file is bigger than supported by used standard (WARNING,MEDIUM, -140) */ -#define ISO_FILE_TOO_BIG 0xD020FF74 +/* A file is bigger than supported by used standard (FAILURE,HIGH, -140) */ +#define ISO_FILE_TOO_BIG 0xE830FF74 /* File read error during image creation (MISHAP,HIGH, -141) */ #define ISO_FILE_CANT_WRITE 0xE430FF73