Correct return code from setting_get_priority().
authorIain Patterson <me@iain.cx>
Sat, 23 Jul 2016 11:01:52 +0000 (12:01 +0100)
committerIain Patterson <me@iain.cx>
Thu, 28 Jul 2016 15:44:19 +0000 (16:44 +0100)
commit7085323d7027195567ae00e93279b717666180af
tree35a85ef62797b0fc72c1d72d9d0cad35b2327df0
parent264c99d57e1efbbf1ffabd76903b9168c57f0cfc
Correct return code from setting_get_priority().

The function was returning 1 when filling the destination buffer with
the default value.  It should return 0 when the value is default and 1
when it has been set by the administrator.
settings.cpp