Skip to content

Commit

Permalink
Merge branch 'tvheadend:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Saentist authored Jun 5, 2023
2 parents 6f00da2 + 003fd92 commit 5eb85b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_rec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ pvr_generate_filename(dvr_entry_t *de, const streaming_start_t *ss)
j--;
s[j] = '\0';
snprintf(path + l, sizeof(path) - l, "%s", s);
snprintf(path + l + j, sizeof(path) - l + j, "/%s", filename);
snprintf(path + l + j, sizeof(path) - (l + j), "/%s", filename);
}

/* Substitute time formatters */
Expand Down

0 comments on commit 5eb85b0

Please sign in to comment.