diff options
Diffstat (limited to 'pith/stream.c')
-rw-r--r-- | pith/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/stream.c b/pith/stream.c index de7c1ea0..cfdcc9a5 100644 --- a/pith/stream.c +++ b/pith/stream.c @@ -3293,7 +3293,7 @@ streams_died(void) else{ if(!sp_noticed_dead_stream(m)){ sp_set_noticed_dead_stream(m, 1); - folder = STREAMNAME(m); + folder = (unsigned char *) STREAMNAME(m); /* * If a cached stream died and then we tried to use it * it could cause problems. We could warn about it here |