From 74ab181e0123a867f7b5324f90920e7f5863509a Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 13 Jan 2008 13:14:33 +0000 Subject: Simplify git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25727 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/pnm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') 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++; -- cgit v1.2.3