Commit 4d74acd9 authored by Dafydd Harries's avatar Dafydd Harries

fix comparison in component_lookup

darcs-hash:20070216191825-c9803-9c5974b46b5971380447f662b6776ab1c5c49314.gz
parent ba3c0eed
...@@ -193,7 +193,7 @@ find_component ( ...@@ -193,7 +193,7 @@ find_component (
s = find_stream (agent, stream_id); s = find_stream (agent, stream_id);
if (stream == NULL) if (s == NULL)
return FALSE; return FALSE;
if (stream) if (stream)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment