[dm-devel] device-mapper/lib libdm-report.c

agk at sourceware.org agk at sourceware.org
Tue Jan 23 23:58:55 UTC 2007


CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	agk at sourceware.org	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;
+					}
 				}
 			}
 




More information about the dm-devel mailing list