You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config_setting_get_int returns 0 when it fails to retrieve the value, but 0 is a valid value for int. This means the caller can't distinguish successful results from failure.
__config_setting_get_int does the right thing, but is not in the public API. Same applies to other similar get functions.
The text was updated successfully, but these errors were encountered:
config_setting_get_int
returns 0 when it fails to retrieve the value, but 0 is a valid value for int. This means the caller can't distinguish successful results from failure.__config_setting_get_int
does the right thing, but is not in the public API. Same applies to other similar get functions.The text was updated successfully, but these errors were encountered: