Prevented SIGSEGV in isoburn_drive_scan_and_grab()

This commit is contained in:
Thomas Schmitt 2007-09-22 06:49:52 +00:00
parent cee5e291e2
commit 30176ed372
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,6 @@ int isoburn_drive_scan_and_grab(struct burn_drive_info *drive_infos[],
ret= 0; goto ex;
}
o->treatment= treatment;
if(treatment==1) {
ret= burn_drive_scan_and_grab(drive_infos, adrpt, load);
@ -143,6 +142,8 @@ int isoburn_drive_scan_and_grab(struct burn_drive_info *drive_infos[],
/* >>> welcome file for modfication treatment */;
}
if(o!=NULL)
o->treatment= treatment;
ret= 1;
ex: