mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Fix for last commit
This commit is contained in:
parent
d3aa3cf126
commit
302f5dbe60
@ -942,7 +942,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
if (!CheckForPromptParameters(process, Text))
|
||||
{
|
||||
_abort = true;
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
process.Start();
|
||||
|
Loading…
Reference in New Issue
Block a user