Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: fix typo (and SIGSEGV caused by previous formatter changes, fixe…
…s #3582
  • Loading branch information
perexg committed Feb 21, 2016
1 parent 414512d commit 2265541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_rec.c
Expand Up @@ -270,7 +270,7 @@ dvr_clean_directory_separator(char *s, char *tmp, size_t tmplen)
if (*s == '/')
*p = '-';
else if (*s == '"')
*s = '\'';
*p = '\'';
else
*p = *s;
*p = '\0';
Expand Down

0 comments on commit 2265541

Please sign in to comment.