gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Firefox 3.0.19 crash


From: Rob Savoye
Subject: Re: [Gnash-dev] Firefox 3.0.19 crash
Date: Sun, 30 May 2010 14:54:48 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

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 -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]