Commit b52ad921 authored by Mike Cardillo's avatar Mike Cardillo Committed by Felix Paul Kühne

Mac: Fixed bug #3312

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 78e38bbe
......@@ -885,7 +885,7 @@
input_thread_t * p_input = pl_CurrentInput( VLCIntf );
if( p_input )
{
unsigned int timeInSec = 0;
int64_t timeInSec = 0;
NSString * fieldContent = [o_specificTime_enter_fld stringValue];
if( [[fieldContent componentsSeparatedByString: @":"] count] > 1 &&
[[fieldContent componentsSeparatedByString: @":"] count] <= 3 )
......
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