|
|
|
@ -25,7 +25,7 @@ or
|
|
|
|
|
/* Command line oriented batch and dialog tool which creates, loads,
|
|
|
|
|
manipulates and burns ISO 9660 filesystem images.
|
|
|
|
|
|
|
|
|
|
Copyright 2007-2009 Thomas Schmitt, <scdbackup@gmx.net>
|
|
|
|
|
Copyright 2007-2010 Thomas Schmitt, <scdbackup@gmx.net>
|
|
|
|
|
|
|
|
|
|
Initial code of this program was derived from program src/askme.c out
|
|
|
|
|
of scdbackup-0.8.8, Copyright 2007 Thomas Schmitt, BSD-License.
|
|
|
|
@ -10760,7 +10760,7 @@ no_volunteer:;
|
|
|
|
|
/* Perform actions */
|
|
|
|
|
Xorriso_option_report_about(xorriso, "NOTE", 0);
|
|
|
|
|
if(do_version) {
|
|
|
|
|
sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2009 see libburnia-project.org xorriso\n");
|
|
|
|
|
sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2010 see libburnia-project.org xorriso\n");
|
|
|
|
|
Xorriso_result(xorriso, 1);
|
|
|
|
|
Xorriso_option_version(xorriso, 0);
|
|
|
|
|
ret= 1; goto ex;
|
|
|
|
@ -11023,7 +11023,7 @@ int Xorriso_genisofs(struct XorrisO *xorriso, char *whom,
|
|
|
|
|
continue;
|
|
|
|
|
if(strcmp(argv[i], "-version")==0) {
|
|
|
|
|
sprintf(xorriso->result_line,
|
|
|
|
|
"mkisofs 2.01-Emulation Copyright (C) 2009 see libburnia-project.org xorriso\n"
|
|
|
|
|
"mkisofs 2.01-Emulation Copyright (C) 2010 see libburnia-project.org xorriso\n"
|
|
|
|
|
);
|
|
|
|
|
fd= xorriso->dev_fd_1;
|
|
|
|
|
if(fd<0)
|
|
|
|
@ -12482,7 +12482,7 @@ int Xorriso_normalize_acl_text(struct XorrisO *xorriso, char *in_text,
|
|
|
|
|
int ret, access_count= 0, default_count= 0, pass, is_default, line_len;
|
|
|
|
|
int was_error= 0, line_count= 0, perms;
|
|
|
|
|
char *acl_text= NULL, *cpt, *npt, *access_wpt= NULL, *default_wpt= NULL;
|
|
|
|
|
char *dpt, *ddpt, **wpt, *ppt;
|
|
|
|
|
char *dpt= NULL, *ddpt= NULL, **wpt, *ppt;
|
|
|
|
|
|
|
|
|
|
if(in_text[0] == 0 || strcmp(in_text, "clear") == 0 ||
|
|
|
|
|
strcmp(in_text, "--remove-all") == 0) {
|
|
|
|
|