Commit 9f80126c authored by Rafaël Carré's avatar Rafaël Carré

DTV: remove unused variable

parent e693d3c6
......@@ -177,7 +177,6 @@ static int dvb_open_adapter (uint8_t adapter)
/** Opens the DVB device node of the specified type */
static int dvb_open_node (dvb_device_t *d, const char *type, int flags)
{
int fd;
char path[strlen (type) + 4];
snprintf (path, sizeof (path), "%s%u", type, d->device);
......
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