ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-DVB/DVB.xs
(Generate patch)

Comparing Linux-DVB/DVB.xs (file contents):
Revision 1.7 by root, Mon Feb 25 04:53:35 2008 UTC vs.
Revision 1.8 by root, Mon May 24 01:52:59 2010 UTC

845{ 845{
846 STRLEN len; 846 STRLEN len;
847 char *command = SvPVbyte (command_, len); 847 char *command = SvPVbyte (command_, len);
848 struct dvb_diseqc_master_cmd cmd; 848 struct dvb_diseqc_master_cmd cmd;
849 849
850 memcpy (cmd.msg, command_, len); 850 memcpy (cmd.msg, command, len);
851 cmd.msg_len = len; 851 cmd.msg_len = len;
852 RETVAL = !!ioctl (fd, FE_DISEQC_SEND_MASTER_CMD, &cmd); 852 RETVAL = !!ioctl (fd, FE_DISEQC_SEND_MASTER_CMD, &cmd);
853} 853}
854 OUTPUT: 854 OUTPUT:
855 RETVAL 855 RETVAL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines