return true in the success path to ply_file_copy

This commit is contained in:
Ray Strode 2007-06-13 17:01:07 -04:00
parent 093fab6754
commit 3ac8809ce9

View file

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