From: Hui Zhu Date: Tue, 11 Sep 2012 13:28:59 +0000 (-0400) Subject: Fix babeltrace-log get big line when the input file last line don't have enter X-Git-Tag: v1.0.0-rc6~24 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=c5e6c71bad2546b4207e1aede426058062010894;hp=c5e6c71bad2546b4207e1aede426058062010894 Fix babeltrace-log get big line when the input file last line don't have enter I got: [Error] Line too large for packet size (32kB) (discarded) When I input a file to babeltrace-log. That is because the last line of the input file doesn't have enter and "babeltrace-log" have bug with the line that doesn't have enter. Signed-off-by: Mathieu Desnoyers ---