Signed-off-by: André Roth <neol...@gmail.com>
---
 lib/libdvbv5/dvb-file.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libdvbv5/dvb-file.c b/lib/libdvbv5/dvb-file.c
index 5ab0d97..ea9caa0 100644
--- a/lib/libdvbv5/dvb-file.c
+++ b/lib/libdvbv5/dvb-file.c
@@ -387,7 +387,7 @@ static int fill_entry(struct dvb_entry *entry, char *key, 
char *value)
                        break;
        }
        if (i < ARRAY_SIZE(dvb_v5_name)) {
-               const char * const *attr_name = dvb_v5_attr_names[i];
+               const char * const *attr_name = dvb_attr_names(i);
                n_prop = entry->n_props;
                entry->props[n_prop].cmd = i;
                if (!attr_name || !*attr_name)
@@ -412,7 +412,7 @@ static int fill_entry(struct dvb_entry *entry, char *key, 
char *value)
                        break;
        }
        if (i < ARRAY_SIZE(dvb_user_name)) {
-               const char * const *attr_name = dvb_user_attr_names[i];
+               const char * const *attr_name = dvb_attr_names(i);
                n_prop = entry->n_props;
                entry->props[n_prop].cmd = i + DTV_USER_COMMAND_START;
                if (!attr_name || !*attr_name)
-- 
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to