mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix issue with dashes (and maybe spaces)
This commit is contained in:
@@ -312,7 +312,7 @@ Options:
|
||||
bool encounteredErrors = true;
|
||||
if (!_allfiles)
|
||||
{
|
||||
_psi.Arguments = _baseExtract + " " + item;
|
||||
_psi.Arguments = _baseExtract + " \"" + item + "\"";
|
||||
Process zip = Process.Start(_psi);
|
||||
zip.WaitForExit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user