https://bugs.kde.org/show_bug.cgi?id=274937
--- Comment #4 from Kevin Krammer <kevin krammer gmx at> 2011-06-14 23:27:52 --- Git commit 09f807dfb1257ba500afea00a4b34bdb529fd8cf by Kevin Krammer. Committed on 14/06/2011 at 23:23. Pushed by krake into branch '4.6'. Fix ouput corruption Returning the internal data of a QByteArray from a local function caused strange results such as output being repeated. Fix by returning the QByteArray and calling its constData() when streaming into the Std C++ output stream BUG: 274937 M +32 -32 console/kabcclient/src/outputformatimpls.cpp http://commits.kde.org/kdepim/09f807dfb1257ba500afea00a4b34bdb529fd8cf -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
