From 882073f1456d3c2ad5e7c6250587e96bb8a88c49 Mon Sep 17 00:00:00 2001 From: Vreixo Formoso Date: Tue, 19 Aug 2008 21:41:42 +0200 Subject: [PATCH] Make ISO-9660 Level 3 be the default for Backup Write Profile. --- libisofs/ecma119.c | 2 +- libisofs/libisofs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisofs/ecma119.c b/libisofs/ecma119.c index 6b80ff4..973191e 100644 --- a/libisofs/ecma119.c +++ b/libisofs/ecma119.c @@ -1289,7 +1289,7 @@ int iso_write_opts_new(IsoWriteOpts **opts, int profile) wopts->level = 1; break; case 1: - wopts->level = 2; + wopts->level = 3; wopts->rockridge = 1; break; case 2: diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index 9fbb1f1..aebc177 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -922,7 +922,7 @@ int iso_lib_is_compatible(int major, int minor, int micro); * start point from which to set your custom options. * ---> 1 [BACKUP] * POSIX compatibility for backup. Simple settings, ISO level is set to - * 2 and RR extensions are enabled. Useful for backup purposes. + * 3 and RR extensions are enabled. Useful for backup purposes. * ---> 2 [DISTRIBUTION] * Setting for information distribution. Both RR and Joliet are enabled * to maximize compatibility with most systems. Permissions are set to