Update of /cvsroot/beepmp/bmp/beep
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10993
Modified Files:
input.c
Log Message:
* input.c (input_get_song_info): Initialize tmp to NULL to avoid crashing
if input plugins do not set the title when getting song info.
Index: input.c
===================================================================
RCS file: /cvsroot/beepmp/bmp/beep/input.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** input.c 31 Jul 2005 20:04:40 -0000 1.48
--- input.c 27 Aug 2005 20:07:34 -0000 1.49
***************
*** 423,427 ****
BmpTitleInput *input;
GList *node;
! gchar *tmp, *ext;
gchar *filename_proxy;
--- 423,427 ----
BmpTitleInput *input;
GList *node;
! gchar *tmp = NULL, *ext;
gchar *filename_proxy;
|