Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37824754
en ru br
ALT Linux repos
S:0.7-alt1_22

Group :: System/Libraries
RPM: libgtextutils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libgtextutils-GCC6-iostream.patch
Download


diff -ur libgtextutils-0.7/src/gtextutils/text_line_reader.cpp libgtextutils-0.7.new/src/gtextutils/text_line_reader.cpp
--- libgtextutils-0.7/src/gtextutils/text_line_reader.cpp	2014-01-05 20:09:32.000000000 +0000
+++ libgtextutils-0.7.new/src/gtextutils/text_line_reader.cpp	2016-11-12 08:34:47.538675378 +0000
@@ -44,6 +44,6 @@
 	if (input_stream.eof())
 		return false;
 
-	return input_stream ;
+	return (bool)input_stream ;
 }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin