Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ba7787e0
Commit
ba7787e0
authored
Dec 05, 2009
by
Rémi Denis-Courmont
Browse files
Signedness mismatch
parent
1a8b0cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/sout/profile_selector.cpp
View file @
ba7787e0
...
...
@@ -91,7 +91,7 @@ inline void VLCProfileSelector::fillProfilesCombo()
}
if
(
i_size
==
0
)
{
for
(
in
t
i
=
0
;
i
<
NB_PROFILE
;
i
++
)
for
(
size_
t
i
=
0
;
i
<
NB_PROFILE
;
i
++
)
{
profileBox
->
addItem
(
video_profile_name_list
[
i
],
video_profile_value_list
[
i
]
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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