summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/kms_cursor_crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index 5c90537b..58806355 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -693,7 +693,7 @@ static void test_rapid_movement(data_t *data)
static void run_size_tests(data_t *data, void (*testfunc)(data_t *),
int w, int h)
{
- char name[16];
+ char name[32];
enum pipe pipe;
if (w == 0 && h == 0)