Hi Lucas, On 11/27/2010 01:39 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> > --- > gdbus/object.c | 24 ++++++++++++------------ > gdbus/polkit.c | 2 +- > gdbus/watch.c | 21 ++++++++++----------- > 3 files changed, 23 insertions(+), 24 deletions(-) >
I let Marcel apply this one since it touches multiple projects. Regards, -Denis _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
