Added forgotten exit value registration to -return_with. Thanks to Steve Dodd.

Этот коммит содержится в:
Thomas Schmitt 2008-11-12 15:37:00 +00:00
родитель fc84ad7fb0
Коммит 91ad5bdb0e
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -14228,6 +14228,7 @@ int Xorriso_option_return_with(struct XorrisO *xorriso, char *severity,
if(Sfile_str(xorriso->return_with_text,severity,0)<=0)
return(-1);
xorriso->return_with_severity= sev;
xorriso->return_with_value= exit_value;
return(1);
}

Просмотреть файл

@ -1 +1 @@
#define Xorriso_timestamP "2008.11.10.123713"
#define Xorriso_timestamP "2008.11.12.153437"