Signed-off-by: Amadeusz Sławiński <[email protected]>
---
util/wmmenugen_parse_xdg.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/wmmenugen_parse_xdg.c b/util/wmmenugen_parse_xdg.c
index f5cdb58..384f9ee 100644
--- a/util/wmmenugen_parse_xdg.c
+++ b/util/wmmenugen_parse_xdg.c
@@ -363,7 +363,6 @@ static Bool getBooleanValue(const char *line)
char *p;
int ret;
- ret = 0;
getStringValue(&p, line);
ret = strcmp(p, "true") == 0 ? True : False;
wfree(p);
--
1.9.3
--
To unsubscribe, send mail to [email protected].