Skip to content

Fix MM_SIGNAL_UNKNOWN usage

Aleksander Morgado requested to merge aleksander/fix-signal-unknown into master

MM_SIGNAL_UNKNOWN was basically 0.0, and that failed helping to detect the values as being unset, as 0.0 may be a good value in some cases. This MR changes the value of MM_SIGNAL_UNKNOWN.

Merge request reports