Aggiunta controllo su aggiunta dato da dizionario
This commit is contained in:
@@ -4172,7 +4172,8 @@ namespace CMS_CORE_Library.Osai
|
||||
return cmsError;
|
||||
|
||||
// Insert into the list
|
||||
updatedStatus.Add(toolId, status);
|
||||
if(!updatedStatus.ContainsKey(toolId))
|
||||
updatedStatus.Add(toolId, status);
|
||||
|
||||
// Setup ack/strobe indexes
|
||||
// if i > 15 then index = next word
|
||||
|
||||
Reference in New Issue
Block a user