On 2010/11/03 21:09, Denis Krjuchkov <alcoh...@gmail.com> wrote:
> Hello all.
> I'm back :-)
> 
> Two minor updates for winmm_output_plugin

Both merged, thanks.

+   UINT id = strtoul(device_name, &endptr, 0);
+   if (*endptr == 0)

This is positive for parsing an empty string; please make that:

 endptr > device_name && *endptr == 0

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to