Merge commit '9e9d99e9187093b459525e3fd7e654d57000c3c4' into kitchen-sink

This commit is contained in:
Craig Earls 2013-01-31 07:26:23 -07:00
commit f853510f03

View file

@ -693,7 +693,6 @@ value_t report_t::fn_round(call_scope_t& args)
value_t report_t::fn_roundto(call_scope_t& args) value_t report_t::fn_roundto(call_scope_t& args)
{ {
if(args.has<int>(1))
return args[0].roundto(args.get<int>(1)); return args[0].roundto(args.get<int>(1));
} }