Am 02.08.2013 02:10, schrieb João Paulo Rechi Vita:
On Fri, Jul 19, 2013 at 7:24 AM, Tanu Kaskinen
<[email protected]> wrote:
(Sorry, I sent the previous mail too early. I hadn't yet finished
reviewing this patch.)

On Fri, 2013-07-12 at 15:06 -0300, [email protected] wrote:
+
+        if (strcasecmp(key, "UUID") == 0) {
What is the reason to use strcasecmp() instead of pa_streq()?

This was copied from previous code, I'm changing it to pa_streq.


Not sure if it matters here but pa_streq() doesn't ignore the case in contrast to strcasecmp(). So it's not completely equivalent.

Best regards.
_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to