Command -mv did not mark the emerging image as haveing pending changes

This commit is contained in:
Thomas Schmitt 2012-11-26 07:01:34 +00:00
parent aadcc65c99
commit 0ec02b1951
2 changed files with 2 additions and 1 deletions

View File

@ -1732,6 +1732,7 @@ int Xorriso_rename(struct XorrisO *xorriso, void *boss_iter,
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FATAL", 0);
{ret= -1; goto ex;}
}
Xorriso_set_change_pending(xorriso, 0);
ret= 1;
ex:;
Xorriso_free_meM(eff_dest);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.10.25.172830"
#define Xorriso_timestamP "2012.11.26.070047"