projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08ae59
)
eo2: correctly handle eo2_do(NULL, ...).
author
Tom Hacohen
<tom@stosb.com>
Fri, 8 Nov 2013 12:18:05 +0000
(12:18 +0000)
committer
Tom Hacohen
<tom@stosb.com>
Thu, 10 Apr 2014 03:20:19 +0000
(
04:20
+0100)
src/lib/eo/eo.c
patch
|
blob
|
history
diff --git
a/src/lib/eo/eo.c
b/src/lib/eo/eo.c
index 4d2f05c5ab80e680b496ee3d80daec87cf851fbb..c1c4aad442aa0081cc25dfdfd0db17b5c9f6b6b2 100644
(file)
--- a/
src/lib/eo/eo.c
+++ b/
src/lib/eo/eo.c
@@
-404,7
+404,7
@@
eo2_do_start(const Eo *eo_id, const Eo_Class *cur_klass_id, const char *file EIN
return EINA_FALSE;
}
- pfptr
= (
(fptr->eo_id == eo_id) ? fptr : NULL);
+ pfptr
= ((eo_id) &&
(fptr->eo_id == eo_id) ? fptr : NULL);
if(_eo_is_a_class(eo_id))
{
if (!_eo2_class_do(eo_id, cur_klass_id, (fptr + 1), pfptr))