This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libgtextutils.

commit 1e5041f02083225df510572eb0d1aeaaf2cc03cc
Author: Andreas Tille <[email protected]>
Date:   Wed Jun 29 22:25:46 2016 +0200

    Fix patch
---
 debian/patches/gcc-6.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/gcc-6.patch b/debian/patches/gcc-6.patch
index df9788c..fee801e 100644
--- a/debian/patches/gcc-6.patch
+++ b/debian/patches/gcc-6.patch
@@ -5,11 +5,11 @@ Bug-Debian: https://bugs.debian.org/811646
 
 --- a/src/gtextutils/text_line_reader.cpp
 +++ b/src/gtextutils/text_line_reader.cpp
-@@ -44,6 +44,6 @@
+@@ -44,6 +44,6 @@ bool TextLineReader::next_line()
        if (input_stream.eof())
                return false;
  
--      return static_cast<bool>(input_stream) ;
-+      return input_stream.good();
+-      return input_stream ;
++      return input_stream.good() ;
  }
  

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/libgtextutils.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to