Paolo Bonzini e9c6ab62c7 jazz_led: fix bad snprintf
Detected by GCC 7's -Wformat-truncation.  snprintf writes at most
2 bytes here including the terminating NUL, so the result is
truncated.  In addition, the newline at the end is pointless.
Fix the buffer size and the format string.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2017-05-10 10:19:24 +03:00
..
2016-05-19 16:42:29 +02:00
2017-03-27 12:14:45 +02:00
2017-05-10 10:19:24 +03:00
2017-03-21 10:25:01 +00:00
2016-01-29 15:07:24 +00:00
2016-10-24 16:26:56 +01:00
2016-01-29 15:07:23 +00:00
2016-01-29 15:07:24 +00:00
2016-01-29 15:07:24 +00:00
2017-04-24 10:12:28 +02:00
2017-04-24 10:12:28 +02:00
2017-04-24 12:32:12 +01:00
2017-04-24 12:32:12 +01:00
2016-09-22 18:13:08 +01:00
2016-01-29 15:07:24 +00:00
2016-09-08 18:05:21 +04:00
2016-01-29 15:07:24 +00:00
2017-04-24 10:12:28 +02:00
2017-04-24 10:12:28 +02:00
2016-10-28 17:54:39 -07:00
2017-01-24 23:26:52 +03:00