mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
In this case, a call to Pgm() generates a wxASSERT due to a nullptr. However this nullptr is not used, so using PgmOrNull() avoid this assert