Remove Unneeded '()'

This commit is contained in:
ivandrofly 2015-06-23 17:36:12 +00:00
parent 13b91caff4
commit faae7ed990

View File

@ -852,7 +852,7 @@ namespace Nikse.SubtitleEdit.Forms
string text = string.Format("{1}{0}|", p.Text, SplitterString);
if (!overQuota)
{
if ((Utilities.UrlEncode(sb + text)).Length >= textMaxSize)
if (Utilities.UrlEncode(sb + text).Length >= textMaxSize)
{
try
{