Remove -U/-T/-t heading when only one requested

This commit is contained in:
Stefan Rueger
2024-07-04 15:43:23 +01:00
parent 4f25cf8be6
commit 7427a8e371

View File

@@ -1724,6 +1724,8 @@ skipopen:
int wrmem = 0, terminal = 0;
if(lsize(updates) <= 1)
uflags |= UF_NOHEADING;
for (ln=lfirst(updates); ln; ln=lnext(ln)) {
const AVRMEM *m;
upd = ldata(ln);