[vlc-devel] [PATCH 4/9] raop: Implement options for password
    jpd at videolan.org 
    jpd at videolan.org
       
    Fri Jul 24 09:11:39 CEST 2009
    
    
  
On Thu, Jul 23, 2009 at 09:49:11PM +0200, Michael Hanselmann wrote:
> +static const char psz_delim_linebreak[] = "\r\n";
I think this and its use are the wrong approach in that CRLF translation
is better handled by libc io facilities. Unless, of course, you have
good reason not to, but I don't see that here. Is this ment to only work
on windows?
    
    
More information about the vlc-devel
mailing list