Blame 0001-fix-build-with-libgsf.patch

e87f428
From 8313cd28950a529adfe670b7072b31aabc8fc961 Mon Sep 17 00:00:00 2001
e87f428
From: David Tardon <dtardon@redhat.com>
e87f428
Date: Thu, 14 Dec 2017 15:14:34 +0100
e87f428
Subject: [PATCH] fix build with libgsf
e87f428
e87f428
---
e87f428
 src/lib/OutputFileHelper.cxx | 2 +-
e87f428
 1 file changed, 1 insertion(+), 1 deletion(-)
e87f428
e87f428
diff --git a/src/lib/OutputFileHelper.cxx b/src/lib/OutputFileHelper.cxx
e87f428
index 739ab22..7f5e4b8 100644
e87f428
--- a/src/lib/OutputFileHelper.cxx
e87f428
+++ b/src/lib/OutputFileHelper.cxx
e87f428
@@ -57,7 +57,7 @@ private:
e87f428
 OutputFileHelperImpl::~OutputFileHelperImpl()
e87f428
 {
e87f428
 #ifdef USE_GSF_OUTPUT
e87f428
-	if (mpOutfile && !gsf_output_close((GsfOutput *) mpOutfile.get()))
e87f428
+	if (mpOutfile && !gsf_output_close((GsfOutput *) mpOutfile))
e87f428
 		fprintf(stderr, "ERROR : Couldn't close outfile\n");
e87f428
 
e87f428
 	if (mpOutfile)
e87f428
-- 
e87f428
2.14.3
e87f428