[vlc-commits] HTTP: code cosmetic
Jean-Baptiste Kempf
git at videolan.org
Sun Jul 29 20:37:45 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 29 08:47:05 2012 +0200| [1055f657656803428cce5515c658c3160bdacc14] | committer: Jean-Baptiste Kempf
HTTP: code cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1055f657656803428cce5515c658c3160bdacc14
---
modules/access/http.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/http.c b/modules/access/http.c
index 1a7f554..531b7f8 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -827,7 +827,7 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
if( i_len == 0 )
goto fatal;
- if( p_sys->i_icy_meta > 0 && p_access->info.i_pos-p_sys->i_icy_offset > 0 )
+ if( p_sys->i_icy_meta > 0 && p_access->info.i_pos - p_sys->i_icy_offset > 0 )
{
int64_t i_next = p_sys->i_icy_meta -
(p_access->info.i_pos - p_sys->i_icy_offset ) % p_sys->i_icy_meta;
More information about the vlc-commits
mailing list