Skip to content

Use bool instead of int for 'locked' value

Susan J Dittmer requested to merge dittmer/YARR:devel_minorfix into devel

Minor change, but I get an exception (nlohmann::detail::type_error) when using the int instead of bool. Could also convert explicitly in scanConsole, but this seems cleaner.

Merge request reports