aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/f-inst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/f-inst.c b/filter/f-inst.c
index 685bd426..c0badeab 100644
--- a/filter/f-inst.c
+++ b/filter/f-inst.c
@@ -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