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/) > > // <smpl> > @fix disable is_null,isnt_null1@ > expression *E; > @@ > > - !E > + E == NULL > // </smpl> > --- > examples/nettime.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >
Patch has been applied, thanks. Regards, -Denis _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
