Dridilinting

Ref #3707
parent 6bdb447b
......@@ -81,7 +81,8 @@ smd_init(struct stevedore *parent, int aac, char * const *aav)
methods->objgetspace = smd_lsp_getspace;
continue;
}
av[ac++] = strdup(aav[i]);
REPLACE(av[ac], aav[i]);
ac++;
}
AZ(av[ac]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment