Skip to content

Commit

Permalink
Implement temporary workaround for github Issue #29.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Apr 4, 2018
1 parent ce6d0da commit 986b329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runstring.in
Expand Up @@ -259,6 +259,8 @@ string format(string *format, Int x, string locale=emptystring)
string format(string *format, bool forcemath=false, string separator, real x,
string locale=emptystring)
{
if(*format == "%") return ""; // Temporary workaround for github Issue #29.

bool tex=getSetting<string>("tex") != "none";
bool texify=forcemath;
ostringstream out;
Expand Down

0 comments on commit 986b329

Please sign in to comment.