]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
return true in the success path to ply_file_copy
authorRay Strode <rstrode@redhat.com>
Wed, 13 Jun 2007 21:01:07 +0000 (17:01 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 13 Jun 2007 21:01:07 +0000 (17:01 -0400)
src/libply/ply-utils.c

index f0704eaf8f2d95d9281395880c7caed8fbf687ad..f98f21a690e5458ae9b380c3e3e9853366a44779 100644 (file)
@@ -765,6 +765,7 @@ ply_copy_file (const char *source,
         goto out;
     }
 
+  file_copied = true;
 out:
   close (source_fd);
   close (destination_fd);