[vlc-commits] Mac: Fixed bug #3312
Mike Cardillo
git at videolan.org
Sun Jun 12 16:23:20 CEST 2011
vlc/vlc-1.1 | branch: master | Mike Cardillo <mcardillo55 at gmail.com> | Sun Jun 12 15:44:27 2011 +0200| [b52ad92158a4d43b28472b491ab4927b2f6f7f8f] | committer: Felix Paul Kühne
Mac: Fixed bug #3312
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=b52ad92158a4d43b28472b491ab4927b2f6f7f8f
---
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 80d02c7..134e8bb 100644
--- a/modules/gui/macosx/controls.m
+++ b/modules/gui/macosx/controls.m
@@ -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 )
More information about the vlc-commits
mailing list