On (08/10/14 00:16), Simo Sorce wrote:
>On Tue, 7 Oct 2014 23:57:34 +0200
>Lukas Slebodnik <lslebodn(a)redhat.com> wrote:
>
>> - name = map[a].sys_name;
>> + name = map[i].sys_name;
>> + base_attr_idx = 1;
>
>this should be base_attr_idx = i; I think.
>
>
/me facepalms
fixed version attached.
LS