Reacted on compiler warning about rev 3770

This commit is contained in:
Thomas Schmitt 2011-05-05 12:19:32 +00:00
parent 9c1fc23901
commit c1bbeff43a
2 changed files with 2 additions and 2 deletions

View File

@ -660,10 +660,10 @@ int Xorriso_option_find(struct XorrisO *xorriso, int argc, char **argv,
mode_t mode_or= 0, mode_and= ~1;
double mem_lut= 0.0;
end_idx= Xorriso_end_idx(xorriso, argc, argv, *idx, 1);
Xorriso_alloc_meM(path, char, SfileadrL);
Xorriso_alloc_meM(other_path_start, char, SfileadrL);
end_idx= Xorriso_end_idx(xorriso, argc, argv, *idx, 1);
start_path= ".";
if(end_idx > *idx && start_path[0]!=0)
start_path= argv[*idx];

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.05.05.121640"
#define Xorriso_timestamP "2011.05.05.121957"