mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-25 16:08:18 +02:00
return true in the success path to ply_file_copy
This commit is contained in:
parent
093fab6754
commit
3ac8809ce9
1 changed files with 1 additions and 0 deletions
|
|
@ -765,6 +765,7 @@ ply_copy_file (const char *source,
|
|||
goto out;
|
||||
}
|
||||
|
||||
file_copied = true;
|
||||
out:
|
||||
close (source_fd);
|
||||
close (destination_fd);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue