]> sourceware.org Git - dm.git/commitdiff
fix earlier checkin
authorAlasdair Kergon <agk@redhat.com>
Tue, 23 Jan 2007 23:58:55 +0000 (23:58 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 23 Jan 2007 23:58:55 +0000 (23:58 +0000)
lib/libdm-report.c

index 627c512454e4aa03509959de4275fea8c42e6dbe..f3a4c8b687e8aa7920de8208d337fe583c96ac6e 100644 (file)
@@ -799,9 +799,10 @@ 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;
+                                       }
                                }
                        }
 
This page took 0.026784 seconds and 5 git commands to generate.