You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/writerperfect/files/writerperfect-0.9.6-gsf-bui...

15 lines
428 B

fix build with libgsf
Authored by: David Tardon 2017-12-14
--- a/src/lib/OutputFileHelper.cxx
+++ b/src/lib/OutputFileHelper.cxx
@@ -57,7 +57,7 @@
OutputFileHelperImpl::~OutputFileHelperImpl()
{
#ifdef USE_GSF_OUTPUT
- if (mpOutfile && !gsf_output_close((GsfOutput *) mpOutfile.get()))
+ if (mpOutfile && !gsf_output_close((GsfOutput *) mpOutfile))
fprintf(stderr, "ERROR : Couldn't close outfile\n");
if (mpOutfile)