CVSROOT: /cvs/dm Module name: device-mapper Changes by: agk@xxxxxxxxxxxxxx 2007-01-23 23:58:55 Modified files: lib : libdm-report.c Log message: fix earlier checkin Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/lib/libdm-report.c.diff?cvsroot=dm&r1=1.8&r2=1.9 --- device-mapper/lib/libdm-report.c 2007/01/23 19:18:52 1.8 +++ device-mapper/lib/libdm-report.c 2007/01/23 23:58:55 1.9 @@ -799,9 +799,10 @@ 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; + } } } -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel