tags 565024 patch
thanks

While rebuild testing some reverse dependencies of APT i was hit by this
compiler error on gcc-4.5. Thankfully the fix is rather trivial, but in case
it helps someone a bit:

>>>>>

--- libept-0.5.30/tools/info.cc 2008-06-27 12:26:10.000000000 +0200
+++ libept-0.5.30-gcc4.5/tools/info.cc  2010-03-19 15:06:06.264044764 +0100
@@ -56,7 +56,7 @@
        }
 }

-Info::Info& Info::operator=(const Info& i)
+Info& Info::operator=(const Info& i)
 {
        name = i.name;
        has_xapian = i.has_xapian;

<<<<<


Best regards / Mit freundlichen Grüßen,

David Kalnischkies



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to