1
0

Fixed compile error. silly parentheses creeping in.

This commit is contained in:
Alexander Harkness 2013-10-19 21:21:44 +01:00
parent d1ddd2492b
commit 5ba998174a

View File

@ -428,7 +428,7 @@ AString cWebAdmin::GetHTMLEscapedString( const AString& a_Input )
}
}
return dst();
return dst;
}