Avoid using ':' in filenames
This commit is contained in:
parent
1778b4edd3
commit
fadc2e9417
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ dvr_make_title(char *output, size_t outlen, const char *title,
|
|||
}
|
||||
|
||||
if(dvr_flags & DVR_TIME_IN_TITLE) {
|
||||
strftime(buf, sizeof(buf), "%R", &tm);
|
||||
strftime(buf, sizeof(buf), "%H-%M", &tm);
|
||||
snprintf(output + strlen(output), outlen - strlen(output), "-%s", buf);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue