Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
2b91617e
Commit
2b91617e
authored
Jun 12, 2011
by
Mike Cardillo
Committed by
Jean-Baptiste Kempf
Jun 12, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mac: Fixed bug #3312
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
2a5cae3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/gui/macosx/controls.m
modules/gui/macosx/controls.m
+1
-1
No files found.
modules/gui/macosx/controls.m
View file @
2b91617e
...
@@ -882,7 +882,7 @@
...
@@ -882,7 +882,7 @@
input_thread_t
*
p_input
=
pl_CurrentInput
(
VLCIntf
);
input_thread_t
*
p_input
=
pl_CurrentInput
(
VLCIntf
);
if
(
p_input
)
if
(
p_input
)
{
{
unsigned
in
t
timeInSec
=
0
;
int64_
t
timeInSec
=
0
;
NSString
*
fieldContent
=
[
o_specificTime_enter_fld
stringValue
];
NSString
*
fieldContent
=
[
o_specificTime_enter_fld
stringValue
];
if
(
[[
fieldContent
componentsSeparatedByString
:
@":"
]
count
]
>
1
&&
if
(
[[
fieldContent
componentsSeparatedByString
:
@":"
]
count
]
>
1
&&
[[
fieldContent
componentsSeparatedByString
:
@":"
]
count
]
<=
3
)
[[
fieldContent
componentsSeparatedByString
:
@":"
]
count
]
<=
3
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment