1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

fix earlier checkin

This commit is contained in:
Alasdair Kergon 2007-01-23 23:58:55 +00:00
parent 85feafd996
commit 66ed1bc5e1

View File

@ -799,11 +799,12 @@ int dm_report_output(struct dm_report *rh)
log_error("dm_report: right-aligned snprintf() failed");
goto bad;
}
if (!dm_pool_grow_object(rh->mem, buf, width))
if (!dm_pool_grow_object(rh->mem, buf, width)) {
log_error("dm_report: Unable to extend output line");
goto bad;
}
}
}
if (!list_end(&row->fields, fh))
if (!dm_pool_grow_object(rh->mem, rh->separator,