On 05/30/2010 02:43 PM, strk wrote:
> The offending line is:
>
> gnash::log_debug("Calling NPN_GetURL(" + jsurl.str() + ", '" +
> std::string(tgt) + "');");
>
> The correct way to use log_debug is with a printf-like format:
>
> gnash::log_debug("Calling NPN_GetURL(%s, %s)",
> jsurl.str(), tgt);
That's an old debug message from way before my latest plugin hacking,
good catch!
- rob -
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev