---
frm/common.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/frm/common.c b/frm/common.c
index 8e3514afe..44245b8bd 100644
--- a/frm/common.c
+++ b/frm/common.c
@@ -485,6 +485,8 @@ action (mu_observer_t o, size_t type, void *data, void
*action_data)
free (s);
free (tmp);
}
+ else
+ format_field ("");
}
print_line ();
break;
--
2.53.0- [PATCH] frm/common.c: Add missing format_field() on look... Nikolas Nyby
- Re: [PATCH] frm/common.c: Add missing format_field(... Sergey Poznyakoff
