changeset 4854:23cc350969e6

Initialize rv to EXT_FALSE. Found by LLVM static analyzer.
author William Pitcock <nenolod@atheme.org>
date Thu, 16 Apr 2009 19:49:20 -0500
parents 4beca46cb92b
children bc6212d7fab1
files src/audlegacy/playlist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audlegacy/playlist.c	Tue Apr 14 16:26:12 2009 -0500
+++ b/src/audlegacy/playlist.c	Thu Apr 16 19:49:20 2009 -0500
@@ -3319,7 +3319,7 @@
 {
     gchar *base, *ext, *lext, *filename, *tmp_uri;
     gchar *tmp;
-    gint rv;
+    gint rv = EXT_FALSE;
     GList **lhandle, *node;
     InputPlugin *ip;