[vlc-devel] commit: Typo ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Sep 5 11:12:44 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Sep  5 12:12:34 2009 +0300| [0cf10c27dd4dbc282426ca238919c80f5cd11d0c] | committer: Rémi Denis-Courmont 

Typo

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

 modules/stream_out/duplicate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stream_out/duplicate.c b/modules/stream_out/duplicate.c
index b8e2c3c..852327a 100644
--- a/modules/stream_out/duplicate.c
+++ b/modules/stream_out/duplicate.c
@@ -314,7 +314,7 @@ static bool NumInRange( const char *psz_range, int i_num )
         psz++;
         i_stop = strtol( psz, &end, 0 );
         if( end == psz )
-            i_stop = i_num
+            i_stop = i_num;
     }
     else
         i_stop = i_start;




More information about the vlc-devel mailing list