]> sourceware.org Git - lvm2.git/commit
Fix wrong cast to char*
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 20 Dec 2010 13:28:04 +0000 (13:28 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 20 Dec 2010 13:28:04 +0000 (13:28 +0000)
commit97d680c924c0c40f7a5d0d161cd790d5d98db700
treecc31a13cb2b5b1d56a3f1e709d768585aa1c3094
parent8f606cf0f62110794c39289ea6a83e15655de1de
Fix wrong cast to char*

As cmd->cmd_line is already const char pointer it's not needed to cast already
const char pointer to char pointer.
WHATS_NEW
liblvm/lvm_base.c
This page took 0.038149 seconds and 5 git commands to generate.