Commit a1e1e598 authored by Laurent Aimar's avatar Laurent Aimar

* skin_main: compilation fix. (thx bigben for reporting them).

parent 016c04ba
......@@ -388,8 +388,6 @@ int SkinManage( intf_thread_t *p_intf )
i_seconds = var_GetTime( p_intf->p_sys->p_input, "time" ) / I64C(1000000 );
i_length = var_GetTime( p_intf->p_sys->p_input, "length" ) / I64C(1000000 );
secstotimestr( psz_time, i_seconds );
// Create end time text
secstotimestr( &text[1], i_length - i_seconds );
text[0] = '-';
......
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