Fix NULL == 0 assumption in call to ped_partition_flag_next()
This breaks while compiling on musl, because since C++11 NULL is nullptr, not 0. See this musl commit.
Edited by Mike Fleetwood
This breaks while compiling on musl, because since C++11 NULL is nullptr, not 0. See this musl commit.