Commit 1b9db6d4 authored by Maria Matejka's avatar Maria Matejka
Browse files

Filter: Don't write out when re-evaluating filter for internal purposes.

parent 547be53b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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