syncevolution/src/backends/file
Patrick Ohly b8cbd5358f C++: avoid NULL
NULL is ambiguous (can be integer and pointer) and using it as
terminator for vararg list of pointers without explicit casting to a
pointer was downright incorrect. nullptr fixes that.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2020-12-05 21:28:08 +01:00
..
configure-sub.in Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00
file.am autotools: avoid -lrt in make dependencies 2013-02-26 12:03:45 +01:00
FileSyncSource.cpp C++: avoid NULL 2020-12-05 21:28:08 +01:00
FileSyncSource.h file backend: log item manipulation 2015-06-01 14:23:46 +02:00
FileSyncSourceRegister.cpp C++: avoid NULL 2020-12-05 21:28:08 +01:00