[vlc-devel] commit: Fix [a68b3396] ( Rafaël Carré )
git version control
git at videolan.org
Fri Nov 27 14:23:42 CET 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Fri Nov 27 14:23:13 2009 +0100| [5a7dca42541f164718c52d43bb00eb7773ef3451] | committer: Rafaël Carré
Fix [a68b3396]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a7dca42541f164718c52d43bb00eb7773ef3451
---
modules/access_output/shout.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/access_output/shout.c b/modules/access_output/shout.c
index f81c802..00c1a40 100644
--- a/modules/access_output/shout.c
+++ b/modules/access_output/shout.c
@@ -173,10 +173,10 @@ static int Open( vlc_object_t *p_this )
char *psz_accessname;
char *psz_parser;
const char *psz_user;
- const char *psz_pass;
- const char *psz_host;
- const char *psz_mount;
- const char *psz_port;
+ char *psz_pass;
+ char *psz_host;
+ char *psz_mount;
+ char *psz_port;
char *psz_name;
char *psz_description;
char *psz_genre;
More information about the vlc-devel
mailing list