Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: timerec - fix old typo (dte_owner), fixes #2915
  • Loading branch information
perexg committed Jun 3, 2015
1 parent d166cc2 commit 14cf057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_timerec.c
Expand Up @@ -644,7 +644,7 @@ const idclass_t dvr_timerec_entry_class = {
.type = PT_STR,
.id = "owner",
.name = "Owner",
.off = offsetof(dvr_timerec_entry_t, dte_creator),
.off = offsetof(dvr_timerec_entry_t, dte_owner),
.get_opts = dvr_timerec_entry_class_owner_opts,
},
{
Expand Down

0 comments on commit 14cf057

Please sign in to comment.