Andrew Talbot Andrew.Talbot@talbotville.com writes:
@@ -421,7 +431,7 @@ *s=':'; pent = s; } else
pent = "";
pent = empty;
This one is not in an API structure so it should be made const.
Alexandre Julliard wrote:
This one is not in an API structure so it should be made const.
Thanks, Alexandre. I have posted a revised version, accordingly.
-- Andy.