[vlc-devel] commit: missed a fprintf debug. (Derk-Jan Hartman )

git version control git at videolan.org
Fri Jun 26 17:26:15 CEST 2009


vlc | branch: 1.0-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Fri Jun 26 17:22:10 2009 +0200| [ee472de48ef46e7d0831f722bd7a5f4f70fea30f] | committer: Derk-Jan Hartman 

missed a fprintf debug.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee472de48ef46e7d0831f722bd7a5f4f70fea30f
---

 src/input/item.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/input/item.c b/src/input/item.c
index ad9658a..35ec086 100644
--- a/src/input/item.c
+++ b/src/input/item.c
@@ -375,7 +375,6 @@ void input_item_SetURI( input_item_t *p_i, const char *psz_uri )
         if( !b_path && p_i->psz_name )
             decode_URI( p_i->psz_name );
     }
-    else if( p_i->i_type == ITEM_TYPE_FILE ) fprintf(stderr, "A FILE, but ALREADY HAS A NAME" );
 
     /* The name is NULL: fill it with everything except login and password */
     if( !p_i->psz_name )




More information about the vlc-devel mailing list