git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776639f
)
Fix bad declaration
author
Christophe Mutricy
<xtophe@videolan.org>
Sat, 27 Sep 2008 22:29:59 +0000
(23:29 +0100)
committer
Christophe Mutricy
<xtophe@videolan.org>
Sat, 27 Sep 2008 22:29:59 +0000
(23:29 +0100)
Not sure how it's called but i guess it would have resulted in crashes or memory corruption
modules/misc/notify/xosd.c
patch
|
blob
|
history
diff --git
a/modules/misc/notify/xosd.c
b/modules/misc/notify/xosd.c
index
eb78a16
..
b8bd21c
100644
(file)
--- a/
modules/misc/notify/xosd.c
+++ b/
modules/misc/notify/xosd.c
@@
-108,7
+108,7
@@
static int Open( vlc_object_t *p_this )
{
intf_thread_t *p_intf = (intf_thread_t *)p_this;
xosd *p_osd;
- char *psz_font, psz_colour;
+ char *psz_font,
*
psz_colour;
/* Allocate instance and initialize some members */
p_intf->p_sys = (intf_sys_t *)malloc( sizeof( intf_sys_t ) );