Fix valore chiamata x SIM base

This commit is contained in:
Samuele Locatelli
2024-11-06 07:27:20 +01:00
parent c02e246c0d
commit 47b5613beb
+1 -1
View File
@@ -241,7 +241,7 @@ namespace IOB_WIN_NEXT.Iob
case taskType.setProg:
case taskType.setPzComm:
// salvo in currProd..
saveProdData(new KeyValuePair<string, string>(item.Key, newVal));
saveProdData(new KeyValuePair<string, string>(item.Key, item.Value));
taskVal = processMemWriteRequests();
break;