Brian Cameron
>
> Jerry:
>
>> please review the patch for this bug.
>>
>> I want to apply this patch to branch.
>
> Normally we deal with NULL printf arguments like this (assuming the uri
> argument is the only NULL argument to be concerned about, the other
> arguments can use the same technique if needed):
>
> g_print ("totem_embedded_set_uri uri %s base %s => resolved
> %s\n",
> uri ? uri : "(null)",
> base_uri,
> emb->current_uri);
>
> Brian
Thanks.
I got the patch from community
see it at
http://svn.gnome.org/viewvc/totem/trunk/browser-plugin/totem-plugin-viewer.c?r1=5730&r2=5734