summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/pnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/pnm.c b/stream/pnm.c
index fd94abfcbf..47cdde866d 100644
--- a/stream/pnm.c
+++ b/stream/pnm.c
@@ -751,7 +751,7 @@ static int pnm_get_stream_chunk(pnm_t *p) {
p->recv[4]=0; /* stream number */
p->recv[5]=stream;
- p->recv[10]=p->recv[10] & 0xfe; /* streambox seems to do that... */
+ p->recv[10] &= 0xfe; /* streambox seems to do that... */
p->packet++;