summaryrefslogtreecommitdiffstats
path: root/stream/stream_slice.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_slice.c')
-rw-r--r--stream/stream_slice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_slice.c b/stream/stream_slice.c
index 88a611c4ad..c0dbeeb2af 100644
--- a/stream/stream_slice.c
+++ b/stream/stream_slice.c
@@ -177,4 +177,5 @@ const stream_info_t stream_info_slice = {
.name = "slice",
.open2 = open2,
.protocols = (const char*const[]){ "slice", NULL },
+ .can_write = false,
};