Commit 2b91617e authored by Mike Cardillo's avatar Mike Cardillo Committed by Jean-Baptiste Kempf

Mac: Fixed bug #3312

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2a5cae3b
......@@ -882,7 +882,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