Skip to content

Fix NULL == 0 assumption in call to ped_partition_flag_next()

Dominika Liberda requested to merge sdomi/gparted:master into master

This breaks while compiling on musl, because since C++11 NULL is nullptr, not 0. See this musl commit.

Edited by Mike Fleetwood

Merge request reports