On 5 April 2018 at 15:06, Walter Harms <wha...@bfs.de> wrote:
>> Daniel Stone <dani...@collabora.com> hat am 5. April 2018 um 15:58
>> geschrieben:
>> -            for (i = 0; i < xf86_config->num_output; i++) {
>> -                xf86OutputPtr output = xf86_config->output[i];
>> +            for (j = 0; i < xf86_config->num_output; j++) {
>> +                xf86OutputPtr output = xf86_config->output[j];
>
> Your intention is to loop over J but terminate with i ?
> that is at least confusing.

Today really isn't my day. Apologies.
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to