]> sourceware.org Git - lvm2.git/commitdiff
fix missing const char*
authorZdeněk Kabeláč <zkabelac@redhat.com>
Tue, 18 Nov 2008 10:13:23 +0000 (10:13 +0000)
committerZdeněk Kabeláč <zkabelac@redhat.com>
Tue, 18 Nov 2008 10:13:23 +0000 (10:13 +0000)
tools/lvmcmdline.c

index 61e56cc721d5091a28f72482d1c2925f2ffc8b59..78e9e60a92b57873224efdf64eebdd1fbdee0096 100644 (file)
@@ -1218,7 +1218,7 @@ static void _nonroot_warning(void)
 
 int lvm2_main(int argc, char **argv, unsigned is_static)
 {
-       char *base;
+       const char *base;
        int ret, alias = 0;
        struct cmd_context *cmd;
 
This page took 0.037668 seconds and 5 git commands to generate.