Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: eit - coverity fix
  • Loading branch information
perexg committed Oct 3, 2014
1 parent a90285c commit 6d59411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/epggrab/module/eit.c
Expand Up @@ -367,6 +367,7 @@ static int _eit_desc_crid
if (crid) {
if (strstr(buf, "crid://") == buf) {
strncpy(crid, buf, clen);
crid[clen-1] = '\0';
} else if ( *buf != '/' ) {
snprintf(crid, clen, "crid://%s", buf);
} else {
Expand Down

0 comments on commit 6d59411

Please sign in to comment.