Quantcast

In addon:AddRecipeAcquire(): Fix longstanding (and yet somehow unreported) bug - the last acquire type/data in the list was never added. Fix was changing check from "i < numvars" to "i <= numvars".

Author James D. Callahan III <darkenelf@gmail.com>
Author date 2010-03-17 07:50:00
Author local date 2010-03-17 03:50:00 -0400
Committer James D. Callahan III <darkenelf@gmail.com>
Committer date 2010-03-17 07:50:00
Committer local date 2010-03-17 03:50:00 -0400
Commit 7e961bd9643fdba65deafec652c93e3d9f0812f2
Tree 01a776f5a50aeebda941ad650ade219e0b56eed5
Parent a9b14fa4e9a98e6a31f26ace118c82dfe41c0be4
In addon:AddRecipeAcquire(): Fix longstanding (and yet somehow unreported) bug - the last acquire type/data in the list was never added. Fix was changing check from "i < numvars" to "i <= numvars".