Commit Graph

3 Commits

Author SHA1 Message Date
Jeevaka Badrappan 8387e79257 examples: fix issue with dst print 2011-02-02 10:43:37 -06:00
Lucas De Marchi 00cdf2b427 examples: 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>
2010-11-29 11:59:07 -06:00
Marcel Holtmann 88f1b3c85e build: Move example plugins to its own directory 2010-10-01 07:44:09 +02:00