formats introduced in lint

This commit is contained in:
dick
1988-10-12 16:05:17 +00:00
parent aa4e16a912
commit bcf83eb1c4
13 changed files with 325 additions and 166 deletions

View File

@@ -365,8 +365,9 @@ p1_expr(lvl, expr)
char *bts2str();
print(
"%s\n",
bts2str(expr->SG_VALUE, expr->SG_LEN, next_transient())
"\"%s\"\n",
bts2str(expr->SG_VALUE, expr->SG_LEN-1,
next_transient())
);
break;
}