pancake f8a35da205
Dont use != NULL as its implicit in C, even for bool casts ##refactor
$ find binr libr -name "*.c" -exec sed -i -e 's/ != NULL//g' {} \;
2022-03-15 19:54:04 +01:00
..
2021-10-04 14:47:22 +02:00
2021-10-04 14:47:22 +02:00
2021-10-19 21:27:17 +02:00
2021-12-02 17:39:59 +01:00