mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
@@ -178,7 +178,7 @@ namespace SabreTools
|
||||
outdat = args[i];
|
||||
break;
|
||||
default:
|
||||
string temparg = args[i].Replace("\"", String.Empty).Replace("file://", String.Empty);
|
||||
string temparg = args[i].Replace(""", String.Empty).Replace("file://", String.Empty);
|
||||
|
||||
if (temparg.StartsWith("-") && temparg.Contains("="))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user