[med-svn] [libgtextutils] 02/02: Revert Fabian's patch
Andreas Tille
tille at debian.org
Wed Jun 29 20:05:43 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 afb7efc3eef8224bfae3038f0db6e1a62670b655
Author: Andreas Tille <tille at debian.org>
Date: Wed Jun 29 22:01:09 2016 +0200
Revert Fabian's patch
---
src/gtextutils/text_line_reader.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gtextutils/text_line_reader.cpp b/src/gtextutils/text_line_reader.cpp
index 28299e5..fede933 100644
--- a/src/gtextutils/text_line_reader.cpp
+++ b/src/gtextutils/text_line_reader.cpp
@@ -44,6 +44,6 @@ bool TextLineReader::next_line()
if (input_stream.eof())
return false;
- return static_cast<bool>(input_stream) ;
+ return input_stream ;
}
--
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