This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/tools lvmcmdline.c


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2008-11-18 10:13:23

Modified files:
	tools          : lvmcmdline.c 

Log message:
	fix missing const char*

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvmcmdline.c.diff?cvsroot=lvm2&r1=1.74&r2=1.75

--- LVM2/tools/lvmcmdline.c	2008/11/12 09:53:33	1.74
+++ LVM2/tools/lvmcmdline.c	2008/11/18 10:13:23	1.75
@@ -1218,7 +1218,7 @@
 
 int lvm2_main(int argc, char **argv, unsigned is_static)
 {
-	char *base;
+	const char *base;
 	int ret, alias = 0;
 	struct cmd_context *cmd;
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]