mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 14:05:22 -04:00
[misc] fix log potentially not being saved on exit
* Also ensures that if the user deleted the directory we don't recreate it for the log. * Also fix typos and Coverity warnings.
This commit is contained in:
parent
9dc045a701
commit
deee38d4e5
5 changed files with 20 additions and 14 deletions
|
@ -894,7 +894,7 @@ BOOL ExtractISO(const char* src_iso, const char* dest_dir, BOOL scan)
|
|||
p_udf = udf_open(src_iso);
|
||||
if (p_udf == NULL)
|
||||
goto try_iso;
|
||||
uprintf("%sImage is an UDF image", spacing);
|
||||
uprintf("%sImage is a UDF image", spacing);
|
||||
|
||||
p_udf_root = udf_get_root(p_udf, true, 0);
|
||||
if (p_udf_root == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue