[med-svn] [libgtextutils] 01/04: Fix patch
Andreas Tille
tille at debian.org
Wed Jun 29 20:31:38 UTC 2016
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 <tille at debian.org>
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
More information about the debian-med-commit
mailing list