diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-11-27 17:39:03 -0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-11-29 13:05:16 -0600 |
commit | d77999cc5954b2a38321a0fe7b692b60582c1c36 (patch) | |
tree | 25b83e1bbe3e615c839b7bf849cb0e9b450f2e33 /src/stkutil.c | |
parent | d725e79682207d6bdd0c58897214b2055aad272d (diff) | |
download | ofono-d77999cc5954b2a38321a0fe7b692b60582c1c36.tar.bz2 |
util: explicitly compare pointers to NULL
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>
Diffstat (limited to 'src/stkutil.c')
0 files changed, 0 insertions, 0 deletions