mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Another typo fix
This commit is contained in:
@@ -835,7 +835,7 @@ Make a selection:
|
||||
int sysid = -1;
|
||||
if (Int32.TryParse(systemid, out sysid))
|
||||
{
|
||||
if (DBTools.RemoveSource(sysid, _connectionString))
|
||||
if (DBTools.RemoveSystem(sysid, _connectionString))
|
||||
{
|
||||
Console.WriteLine("System '" + sysid + "' removed!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user