Filter: Don't write out when re-evaluating filter for internal purposes.
This commit is contained in:
parent
547be53b8c
commit
1b9db6d4a7
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@
|
|||
FID_INTERPRET_BODY
|
||||
|
||||
#define pv(i) fstk->vstk[fstk->vcnt - whati->count + (i)]
|
||||
if (whati->count)
|
||||
if (whati->count && !(fs->flags & FF_SILENT))
|
||||
for (uint i=0; i<whati->count; i++)
|
||||
val_format(&(pv(i)), &fs->buf);
|
||||
#undef pv
|
||||
|
|
Loading…
Reference in a new issue