From: Jérémie Galarneau Date: Fri, 4 Jul 2014 19:28:42 +0000 (-0400) Subject: Fix: static array larger than necessary X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=9c0ce9b13a8749bd26fb3d62a327d885a4ada879;hp=9c0ce9b13a8749bd26fb3d62a327d885a4ada879;p=lttng-tools.git Fix: static array larger than necessary The longest string that can be returned should be 20 chars long, as per the comment. Signed-off-by: David Goulet ---