Corrected a mistake introduced with rev 3768
This commit is contained in:
parent
7b32a53903
commit
d9075c694d
@ -1145,8 +1145,8 @@ int Xorriso_option_cdx(struct XorrisO *xorriso, char *disk_path, int flag)
|
||||
Xorriso_warn_of_wildcards(xorriso, disk_path, 1|2);
|
||||
sprintf(xorriso->info_text,"previous working directory on hard disk:\n");
|
||||
Xorriso_info(xorriso,0);
|
||||
Text_shellsafe(xorriso->wdx, xorriso->info_text, 0);
|
||||
strcat(xorriso->info_text, "/\n");
|
||||
Text_shellsafe(xorriso->wdx, xorriso->result_line, 0);
|
||||
strcat(xorriso->result_line, "/\n");
|
||||
Xorriso_result(xorriso,0);
|
||||
if(strcmp(disk_path,"/")==0) {
|
||||
strcpy(xorriso->wdx,"");
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.05.05.163832"
|
||||
#define Xorriso_timestamP "2011.05.05.163926"
|
||||
|
Loading…
Reference in New Issue
Block a user