[mythtv] [mythtv-commits] mythtv commit: r18315 by paulh

Petr Stehlik pstehlik at sophics.cz
Mon Sep 22 06:48:56 UTC 2008


cal píše v Po 22. 09. 2008 v 16:45 +1000:
> Dean Harding wrote:
> [ .. ]
> > I think Daniel is right. It's funny how it's so easy to get caught up in
> > what should be trivial stuff :-)
> 
> not convinced, but that's enough for me :-). 

just give it a try if you're not convinced :-)

test.c:
int main()
{
	return (12 & 8 & 4) ? 1 : 0;
}

make test
./test
echo $?

Petr




More information about the mythtv-dev mailing list