Skip to content

DumpGeo: Fix type of default property value.

Scott Snyder requested to merge ssnyder/athena:prop.DumpGeo-20241109 into main

A C-string "" was used as the default value for a bool value. Change to a boolean. Was giving a warning with gcc14.

Merge request reports

Loading