Changes between Initial Version and Version 1 of Ticket #9247, comment 3


Ignore:
Timestamp:
06/19/11 06:00:08 (15 years ago)
Author:
robertm

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9247, comment 3

    initial v1  
    44
    55https://github.com/MythTV/mythtv/commit/baf36e4bab565413c8ca3a4738fc7cf51e0e8a4f#L10L159
    6 
    7 if (sscanf(device_str, "%lu.%lu.%lu.%lu", &a[0], &a[1], &a[2], &a[3]) != 4) {
    86
    97Basically, hdhomerun_device_create_from_str_ip stopped even trying to parse the tuner number, and is just hardcoding the tuner number to 0, no matter what is passed to it.  Meanwhile, in hdhomerun_device_create_from_str_device_id the tuner number is parsed properly: