We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1b3d1 commit ee8b632Copy full SHA for ee8b632
easyDe4dot/Form1.cs
@@ -124,7 +124,7 @@ private void StartDe4dot(){
124
}
125
args.Add((string)cmbStrype.SelectedItem);
126
127
- string[] toks = txtStrtok.Text.Split(' ');
+ string[] toks = txtStrtok.Text.Split(" ".ToCharArray(), StringSplitOptions.RemoveEmptyEntries);
128
if (toks.Length == 0)
129
{
130
MessageBox.Show("Strtok can't be empty");
0 commit comments