Commit cd640ff4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Smooth: remove tautology

sms cannot be NULL here.
parent baee6005
...@@ -214,7 +214,7 @@ static int parse_Manifest( stream_t *s ) ...@@ -214,7 +214,7 @@ static int parse_Manifest( stream_t *s )
sms->url_template = strdup(value); sms->url_template = strdup(value);
} }
if( sms && !sms->timescale ) if( !sms->timescale )
sms->timescale = TIMESCALE; sms->timescale = TIMESCALE;
if( !sms->name ) if( !sms->name )
{ {
......
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