13 Jan
2008
13 Jan
'08
8:14 a.m.
Author: reimar Date: Sun Jan 13 14:14:33 2008 New Revision: 25727 Log: Simplify Modified: trunk/stream/pnm.c Modified: trunk/stream/pnm.c ============================================================================== --- trunk/stream/pnm.c (original) +++ trunk/stream/pnm.c Sun Jan 13 14:14:33 2008 @@ -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++;
6512
Age (days ago)
6512
Last active (days ago)
0 comments
1 participants
participants (1)
-
reimar