Fix compilation warning in conf test.

remotes/origin/master-1.0.x
Victor Julien 15 years ago
parent ec9fa7b0a7
commit bf72331849

@ -406,8 +406,8 @@ ConfTestSetGetNode(void)
{
ConfNode *set;
ConfNode *get;
const char key[] = "some-key";
const char val[] = "some-val";
char key[] = "some-key";
char val[] = "some-val";
set = ConfNodeNew();
if (set == NULL)

Loading…
Cancel
Save