summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/buffer_types.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 31ee4443a..53f748378 100644
--- a/src/xine-engine/buffer_types.c
+++ b/src/xine-engine/buffer_types.c
@@ -1286,6 +1286,7 @@ static void code_to_text (char ascii[5], uint32_t code)
ascii[i] = (byte < ' ') ? ' ' : (byte >= 0x7F) ? '.' : (char) byte;
code >>= 8;
}
+ ascii[4] = 0;
}
void _x_report_video_fourcc (xine_t *xine, const char *module, uint32_t code)