]> git.alsa-project.org Git - tinycompress.git/commit
compress: Do not put newlines on error messages
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Fri, 25 Jan 2013 10:43:14 +0000 (10:43 +0000)
committerVinod Koul <vinod.koul@intel.com>
Mon, 28 Jan 2013 04:09:59 +0000 (20:09 -0800)
commitdca296383e74b212cc44b524b87c203fb778f7c1
treec0183f0fa7c0234aa36e274c271ad6183fe6962a
parent24a91e357b4b2207764b4945322e02a5c359ef86
compress: Do not put newlines on error messages

In the oops function text is appended onto the end of the supplied error
message, so newlines appear in the middle of error messages. This patch
removes all newlines from supplied error messages.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
compress.c