https://bugs.freedesktop.org/show_bug.cgi?id=29644

--- Comment #1 from Luca Barbieri <luca.barbi...@gmail.com> 2010-08-18 04:18:18 
PDT ---
I just sent a patch to Ian Romanick that should fix exactly this.

I think your patch is incorrect, though.

IMHO that line should be:
if (field && (!statevars[i].field || strcmp(statevars[i].field, field) != 0))
continue;

i.e. if the user specifies a field, but the entry we're examining doesn't have
one, or it doesn't match, then it's not the one we are looking for.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to