Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copy/paste error replex/avi.c. Coverity 746774
  • Loading branch information
stuartm committed Dec 18, 2012
1 parent f56b496 commit c7b14fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythtranscode/replex/avi.c
Expand Up @@ -348,7 +348,7 @@ int read_avi_header( avi_context *ac, int fd)
case TAG_IT('a','u','d','s'):
ac->ahandler = getle32(buf+4);
#ifdef DEBUG
if (ac->vhandler){
if (ac->ahandler){
cc = (char *) &ac->ahandler;
LOG(VB_GENERAL, LOG_DEBUG,
" audio handler: %c%c%c%c",
Expand Down

0 comments on commit c7b14fa

Please sign in to comment.