Reacted on compiler warning of Debian buildd
This commit is contained in:
parent
f2b60a5e98
commit
0a834b4990
@ -11635,6 +11635,7 @@ overwrite:;
|
||||
} else {
|
||||
partno= i+1;
|
||||
offset= i*first_bytes;
|
||||
bytes= first_bytes;
|
||||
}
|
||||
if(disk_size<=offset)
|
||||
continue;
|
||||
@ -19119,7 +19120,7 @@ int Xorriso_option_version(struct XorrisO *xorriso, int flag)
|
||||
"xorriso %s : RockRidge filesystem manipulator and burn program\n",
|
||||
Xorriso_program_versioN);
|
||||
sprintf(xorriso->result_line+strlen(xorriso->result_line),
|
||||
"Copyright (C) 2009, Thomas Schmitt <scdbackup@gmx.net>, libburnia project\n");
|
||||
"Copyright (C) 2010, Thomas Schmitt <scdbackup@gmx.net>, libburnia project\n");
|
||||
Xorriso_result(xorriso, 0);
|
||||
sprintf(xorriso->result_line,
|
||||
"xorriso version : %s\n", Xorriso_program_versioN);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.12.31.114951"
|
||||
#define Xorriso_timestamP "2009.12.31.142331"
|
||||
|
Loading…
Reference in New Issue
Block a user