Commit 47310f1b authored by twanvl's avatar twanvl

never throw plain char*

parent 20feff93
......@@ -355,7 +355,7 @@ String to_bbcode(const String& str_in) {
// convert a tagged string to BBCode
SCRIPT_FUNCTION(to_bbcode) {
SCRIPT_PARAM_C(String, input);
throw "TODO";
throw InternalError("TODO: to_bbcode");
// SCRIPT_RETURN(to_bbcode(input, symbol_font));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment