Compare commits

..

No commits in common. "31450dcc9383e09e17d96d02e2381190f84aab22" and "1eb51f44dadb8b6c5f87533ca357186cdc1ac625" have entirely different histories.

4 changed files with 4 additions and 5 deletions

View File

@ -430,7 +430,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) 2019 see libburnia-project.org xorriso\n");
sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2018 see libburnia-project.org xorriso\n");
Xorriso_result(xorriso, 1);
Xorriso_option_version(xorriso, 0);
}
@ -1401,7 +1401,7 @@ int Xorriso_genisofs(struct XorrisO *xorriso, char *whom,
continue;
if(strcmp(argpt, "-version")==0) {
sprintf(xorriso->result_line,
"mkisofs 2.01-Emulation Copyright (C) 2019 see libburnia-project.org xorriso\n"
"mkisofs 2.01-Emulation Copyright (C) 2018 see libburnia-project.org xorriso\n"
);
fd= xorriso->dev_fd_1;
if(fd<0)

View File

@ -1989,7 +1989,7 @@ int Xorriso_option_version(struct XorrisO *xorriso, int flag)
sprintf(xorriso->result_line,
"ISO 9660 Rock Ridge filesystem manipulator and CD/DVD/BD burn program\n");
sprintf(xorriso->result_line+strlen(xorriso->result_line),
"Copyright (C) 2019, Thomas Schmitt <scdbackup@gmx.net>, libburnia project.\n");
"Copyright (C) 2018, Thomas Schmitt <scdbackup@gmx.net>, libburnia project.\n");
Xorriso_result(xorriso, 0);
sprintf(xorriso->result_line,
"xorriso version : %d.%d.%d%s\n",

View File

@ -340,7 +340,6 @@ int Xorriso_auto_format(struct XorrisO *xorriso, int flag)
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
return(ret);
}
burn_drive_re_assess(drive, 0);
}
}
return(1);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2019.05.02.175539"
#define Xorriso_timestamP "2019.04.22.082211"