diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m index 024207f80e3c5ce8305edc90f269803e34c328d1..02710905e69bef5a5900935532c80482415738ba 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 )