plucker: Also accept f as false

This bug is present at upstream unpluck too, but given the cvs code hasn't
been touched in ages i have not reported it there
This commit is contained in:
Albert Astals Cid 2015-03-20 00:34:46 +01:00
parent bb00a153e6
commit 250eccf530

View file

@ -393,7 +393,7 @@ int plkr_GetConfigBoolean
|| (strcmp (svalue, "off") == 0)
|| (strcmp (svalue, "OFF") == 0)
|| (strcmp (svalue, "F") == 0)
|| (strcmp (svalue, "F") == 0)
|| (strcmp (svalue, "f") == 0)
|| (strcmp (svalue, "False") == 0))
return 0;