Spostamento numFound x evitare doppioni
This commit is contained in:
@@ -850,12 +850,12 @@ namespace EgwControlCenter.Core
|
||||
string licPath = Path.Combine(contDir, licName);
|
||||
if (File.Exists(licPath))
|
||||
{
|
||||
numFound++;
|
||||
// leggo il contenuto e salvo...
|
||||
var licContent = File.ReadAllText(licPath);
|
||||
if (!newLicDict.ContainsKey(licPath))
|
||||
{
|
||||
newLicDict.Add(licPath, licContent);
|
||||
numFound++;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user