summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 9bb6da749b..87cb6c64db 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -100,7 +100,7 @@
struct stream_lang_req {
int type; // STREAM_AUDIO, STREAM_SUB
int id;
- char *name;
+ char name[50];
};
typedef enum {