Commit a7e00dd9 authored by massiot's avatar massiot

* dvblast.c: Coding style + restore backwards compatibility.


git-svn-id: svn://svn.videolan.org/dvblast/trunk@140 55d3f8b6-4a41-4d2d-a900-313d1436a5b8
parent d3b28884
......@@ -195,7 +195,7 @@ static void ReadConfiguration( char *psz_file )
psz_token = strtok_r( NULL, "\t\n ", &psz_parser );
if ( psz_token == NULL )
continue;
if( atoi( psz_token ) )
if( atoi( psz_token ) == 1 )
i_config |= OUTPUT_WATCH;
else
i_config &= ~OUTPUT_WATCH;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment