Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
2368d549
Commit
2368d549
authored
Mar 17, 2012
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fix two warnings
parent
80e730f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/macosx/playlistinfo.m
modules/gui/macosx/playlistinfo.m
+2
-2
No files found.
modules/gui/macosx/playlistinfo.m
View file @
2368d549
...
@@ -433,7 +433,7 @@ error:
...
@@ -433,7 +433,7 @@ error:
o_value
=
[
o_item_value
copy
];
o_value
=
[
o_item_value
copy
];
i_object_id
=
i_id
;
i_object_id
=
i_id
;
o_parent
=
o_parent_item
;
o_parent
=
o_parent_item
;
p_item
=
[[[
VLCMain
sharedInstance
]
info
]
item
];
p_item
=
[
(
VLCInfo
*
)
[[
VLCMain
sharedInstance
]
info
]
item
];
o_children
=
nil
;
o_children
=
nil
;
}
}
return
(
self
);
return
(
self
);
...
@@ -512,7 +512,7 @@ error:
...
@@ -512,7 +512,7 @@ error:
-
(
void
)
refresh
-
(
void
)
refresh
{
{
input_item_t
*
oldItem
=
p_item
;
input_item_t
*
oldItem
=
p_item
;
p_item
=
[[[
VLCMain
sharedInstance
]
info
]
item
];
p_item
=
[
(
VLCInfo
*
)
[[
VLCMain
sharedInstance
]
info
]
item
];
if
(
oldItem
&&
oldItem
!=
p_item
)
vlc_gc_decref
(
oldItem
);
if
(
oldItem
&&
oldItem
!=
p_item
)
vlc_gc_decref
(
oldItem
);
[
o_children
release
];
[
o_children
release
];
...
...
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