From 2b91617e77d0d912bd141fdae30c1fbd94985be1 Mon Sep 17 00:00:00 2001 From: Mike Cardillo Date: Sun, 12 Jun 2011 15:44:27 +0200 Subject: [PATCH] Mac: Fixed bug #3312 Signed-off-by: Jean-Baptiste Kempf --- modules/gui/macosx/controls.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m index 024207f80e..02710905e6 100644 --- a/modules/gui/macosx/controls.m +++ b/modules/gui/macosx/controls.m @@ -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 ) -- GitLab