Fix babeltrace-log get big line when the input file last line don't have enter
authorHui Zhu <teawater@gmail.com>
Tue, 11 Sep 2012 13:28:59 +0000 (09:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 11 Sep 2012 13:28:59 +0000 (09:28 -0400)
commitc5e6c71bad2546b4207e1aede426058062010894
tree828bdd2c182fe175f4bc84262996b06d45962aaf
parentf60efc0e475b3c2fca3b2afc584615f6c482c9e7
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 <mathieu.desnoyers@efficios.com>
converter/babeltrace-log.c
This page took 0.024396 seconds and 4 git commands to generate.