Implemented new option -temp_mem_limit

This commit is contained in:
2007-10-31 10:34:52 +00:00
parent 8069e4be77
commit 43ffc8f19f
6 changed files with 52 additions and 11 deletions

View File

@ -1784,7 +1784,7 @@ int Xorriso_expand_pattern(struct XorrisO *xorriso,
if(ret<=0)
return(ret);
root_dir= iso_volume_get_root(volume);
if(dir==NULL) {
if(root_dir==NULL) {
Xorriso_process_msg_queues(xorriso,0);
sprintf(xorriso->info_text,
"While expanding pattern : Cannot obtain root node of ISO image");