mbbiii / crusher264

Automatically exported from code.google.com/p/crusher264
GNU General Public License v2.0
0 stars 0 forks source link

error in mg1264-io.c, mg1264_reset_b1 #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build and run using elgato turbo264hd

What is the expected output? What do you see instead?
crusher_init_device fails without the following change

What version of the product are you using? On what operating system?
mac/linux

Please provide any additional information below.

in mg1264-io.c, line 36
has
  return ret; 
should be
   return (ret == 0);  

Original issue reported on code.google.com by bobby.cl...@gmail.com on 5 Feb 2011 at 6:31

GoogleCodeExporter commented 8 years ago

Original comment by piratfm@gmail.com on 16 Sep 2011 at 3:30