Unverified Commit a62f77e6 authored by Victor Ananjevsky's avatar Victor Ananjevsky Committed by GitHub

Merge pull request #94 from shlyakpavel/patch-2

Update util.c
parents 168a01b6 c0ca6240
......@@ -565,7 +565,7 @@ parse_geometry ()
gboolean
get_bool_val (gchar *str)
{
if (!str && !str[0])
if (!str || !str[0])
return FALSE;
switch (str[0])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment