Fixed stupid typo in boolean equation
This commit is contained in:
parent
4245310392
commit
0a6beb710c
@ -223,7 +223,7 @@ static gchar *mdiary_get_line_from_string(gchar **str_ptr)
|
||||
gchar *start;
|
||||
gchar *str;
|
||||
|
||||
if (!str_ptr || !*str_ptr | !**str_ptr)
|
||||
if (!str_ptr || !*str_ptr || !**str_ptr)
|
||||
return NULL;
|
||||
|
||||
str = *str_ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user