Fixed compile error. silly parentheses creeping in.
This commit is contained in:
parent
d1ddd2492b
commit
5ba998174a
@ -428,7 +428,7 @@ AString cWebAdmin::GetHTMLEscapedString( const AString& a_Input )
|
||||
}
|
||||
}
|
||||
|
||||
return dst();
|
||||
return dst;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user