mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fixed typo that lead to incorrect merging
This commit is contained in:
@@ -336,7 +336,7 @@ JOIN checksums
|
|||||||
{
|
{
|
||||||
return String.Compare(x.Name, y.Name);
|
return String.Compare(x.Name, y.Name);
|
||||||
}
|
}
|
||||||
return String.Compare(x.Name, y.Name);
|
return String.Compare(x.Game, y.Game);
|
||||||
}
|
}
|
||||||
return x.SourceID - y.SourceID;
|
return x.SourceID - y.SourceID;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user