diff src/audlegacy/playlist.c @ 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 fb3386ba8498
children 7ec3621a9f9b
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;