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:
90d8932
)
emile: make sure given boolean are really boolean.
author
Cedric BAIL
<cedric@osg.samsung.com>
Tue, 17 Mar 2015 07:50:51 +0000
(08:50 +0100)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Tue, 17 Mar 2015 08:58:20 +0000
(09:58 +0100)
src/lib/emile/emile_image.c
patch
|
blob
|
history
diff --git
a/src/lib/emile/emile_image.c
b/src/lib/emile/emile_image.c
index
6ae3106
..
0838b26
100644
(file)
--- a/
src/lib/emile/emile_image.c
+++ b/
src/lib/emile/emile_image.c
@@
-2213,6
+2213,7
@@
_emile_image_bind(Emile_Image *ei,
if (opts)
{
ei->opts = *opts;
+ ei->opts.orientation = !!ei->opts.orientation;
ei->load_opts = 1;
}