On 2013-12-16 22:58-0800 Alan W. Irwin wrote:
> IMPORTANT: Also, I have made so many build-system changes since you
> guys last tested, this is advance notice that later this week after
> all my tests are done (including the currently non-working or
> non-tested epa_build environments for both Lin
On 2013-12-17 12:58- Andrew Ross wrote:
>
> Alan,
>
> This is a result of my change of last week to clean up some compiler
> warnings with the dynamic driver case.
>
> The problem is that in the dynamic driver case the pl_MenuStr and
> pl_DevName items are created using strdup, and then free'd
Alan,
This is a result of my change of last week to clean up some compiler
warnings with the dynamic driver case.
The problem is that in the dynamic driver case the pl_MenuStr and
pl_DevName items are created using strdup, and then free'd at the end,
so can't be const by definition (since we ca