On 2009/07/09 16:13, Serge Ziryukin <ftrvxm...@gmail.com> wrote:
> External cue sheet file for "file.flac" should be named as
> "file.flac.cue".

Merged, thanks.  I have fixed the indentation (tabs instead of
spaces).

> +            cs_filename = g_strconcat(file, ".cue", NULL);
> +            if (cs_filename != NULL)

This check was not needed, because GLib aborts the process on
out-of-memory (there's nothing good we can do in that situation
anyway, terminating frees memory for other critical processes).

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to