Project

General

Profile

Bug #3203

Updated by François ARMAND over 11 years ago

For now, if an inventory contain a <MEMORY> tag without a <NUMSLOT> tag, then we assign by default "1" for the slot number (and 2 for the second missing, etc).  

 It would be better to use negative numbers to explain that these are not real numslot.  

 And if duplicated NUMSLOTS are reported, we should use the same logic.  

 Sum up: if these for numslot are reported: "none", 1, 2, 2 
 We should ends up with: 1, -1, -2, -3 
 With -1, -2, -3 assigned to none, 2, 2 (in no particular order).

Back