Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
5a69c1b5
Commit
5a69c1b5
authored
Apr 25, 2011
by
Jean-Baptiste Kempf
Browse files
Qt: fix typo in latest commit
parent
5cf86fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/info_panels.cpp
View file @
5a69c1b5
...
...
@@ -187,7 +187,7 @@ void MetaPanel::update( input_item_t *p_item )
#define UPDATE_META( meta, widget ) { \
psz_meta = input_item_Get##meta( p_item ); \
widget->setText( !EMPTY_STR( psz_meta ) ? qfu( psz_meta ) : "" ); \
free( psz_meta );
free( psz_meta );
}
#define UPDATE_META_INT( meta, widget ) { \
psz_meta = input_item_Get##meta( p_item ); \
...
...
Write
Preview
Supports
Markdown
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