Forums » Bugs

Iup.lua Bug

Oct 11, 2016 PaKettle link
iup.list can crash if the list is accessed at 0 instead of 1

ie

if Index = 0

LocalList = iup.list{
visibleitems = 10,
expand = 'YES',
}

LocalList[Index] = somestring

causes a full segv fault crash of VO
Oct 12, 2016 raybondo link
Thanks.