[vlc-devel] commit: Typo. ( Rémi Duraffort )
git version control
git at videolan.org
Wed Jun 24 16:32:06 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Jun 24 16:31:27 2009 +0200| [03823a40fb613168dafbc3f38b5022e0c2e7d1f6] | committer: Rémi Duraffort
Typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03823a40fb613168dafbc3f38b5022e0c2e7d1f6
---
src/input/item.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/item.c b/src/input/item.c
index 0d2e691..f00e946 100644
--- a/src/input/item.c
+++ b/src/input/item.c
@@ -354,7 +354,7 @@ void input_item_SetURI( input_item_t *p_i, const char *psz_uri )
{
vlc_mutex_lock( &p_i->lock );
#ifndef NDEBUG
- if( !strstr( psz_uri, "://" || strstr( psz_uri, " " ) || strstr( psz_uri, "\") ))
+ if( !strstr( psz_uri, "://" ) || strstr( psz_uri, " " ) || strstr( psz_uri, "\"" ) )
fprintf( stderr, "input_item_SetURI() was likely called with a path. FIXME\n" );
#endif
More information about the vlc-devel
mailing list