Hi Lucas, On 11/27/2010 01:38 PM, Lucas De Marchi wrote: > This patch was generated by the following semantic patch > (http://coccinelle.lip6.fr/) > > // > @fix disable is_null,isnt_null1@ > expression *E; > @@ > > - !E > + E == NULL > // > --- > examples/nettime.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Patch has been applied, thanks. Regards, -Denis