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 *start;
|
||||||
gchar *str;
|
gchar *str;
|
||||||
|
|
||||||
if (!str_ptr || !*str_ptr | !**str_ptr)
|
if (!str_ptr || !*str_ptr || !**str_ptr)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
str = *str_ptr;
|
str = *str_ptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user