Skip to content
Snippets Groups Projects
Commit dcaa7b69 authored by Florian Angerer's avatar Florian Angerer
Browse files

Merge pull request #690 in G/fastr from...

Merge pull request #690 in G/fastr from ~FLORIAN.ANGERER_ORACLE.COM/fastr:bugfix/virtualframe to master

* commit 'e90d9ce0':
  Fixed compilation error due to removed import (see PR-687)
parents de27dbd7 e90d9ce0
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ public abstract class Format extends RBuiltinNode {
}
@Specialization
protected RStringVector format(VirtualFrame frame, REnvironment value, boolean trim, int digits, int nsmall, int width, int justify, boolean naEncode, int scientific,
protected RStringVector format(REnvironment value, boolean trim, int digits, int nsmall, int width, int justify, boolean naEncode, int scientific,
String decimalMark) {
return RDataFactory.createStringVector(value.getPrintName());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment