[brasero/gnome-2-28] Allow all characters to be part of Volume and Volset identifiers in the Primary Volume Descriptor



commit 34d1b735b595e3f5fa022528bfeae48ab7df3967
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon Oct 5 20:58:14 2009 +0200

    Allow all characters to be part of Volume and Volset identifiers in the Primary Volume Descriptor
    Patch by Maxim Levitsky <maximlevitsky gmail com>

 plugins/libburnia/burn-libisofs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/libburnia/burn-libisofs.c b/plugins/libburnia/burn-libisofs.c
index ba49f07..bc67846 100644
--- a/plugins/libburnia/burn-libisofs.c
+++ b/plugins/libburnia/burn-libisofs.c
@@ -550,6 +550,7 @@ brasero_libisofs_create_volume_thread (gpointer data)
 	}
 
 	iso_write_opts_new (&opts, 2);
+	iso_write_opts_set_relaxed_vol_atts(opts, 1);
 
 	brasero_job_get_flags (BRASERO_JOB (self), &flags);
 	if (flags & BRASERO_BURN_FLAG_MERGE) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]