[vlc-devel] [PATCH] Fixed bug #3312.
Mike Cardillo
mcardillo55 at gmail.com
Fri Jun 10 13:23:56 CEST 2011
---
modules/gui/macosx/controls.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m
index 024207f..0271090 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 )
--
1.7.0.3
More information about the vlc-devel
mailing list