[Redbutton-devel] SF.net SVN: redbutton: [225] redbutton-download/trunk/findmheg.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-02-19 13:25:12
|
Revision: 225
http://svn.sourceforge.net/redbutton/?rev=225&view=rev
Author: skilvington
Date: 2007-02-19 05:25:10 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
style
Modified Paths:
--------------
redbutton-download/trunk/findmheg.c
Modified: redbutton-download/trunk/findmheg.c
===================================================================
--- redbutton-download/trunk/findmheg.c 2007-02-19 13:17:28 UTC (rev 224)
+++ redbutton-download/trunk/findmheg.c 2007-02-19 13:25:10 UTC (rev 225)
@@ -447,8 +447,7 @@
vverbose("PMT PID: %u", map_pid);
/* get the PMT */
- rc = read_table(_car.demux_device, map_pid, TID_PMT, timeout, out);
- if(!rc)
+ if(!(rc = read_table(_car.demux_device, map_pid, TID_PMT, timeout, out)))
error("Unable to read PMT");
return rc;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|