projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
427e4b7
)
e_info: remove error message on print module option usage
14/143314/2
author
JunSeok, Kim
<juns.kim@samsung.com>
Wed, 9 Aug 2017 08:31:45 +0000
(17:31 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 10 Aug 2017 02:42:45 +0000
(
02:42
+0000)
Change-Id: Ic7595a2d8085b8ca28fd0b7017d1c81a1a07da37
src/bin/e_info_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_info_client.c
b/src/bin/e_info_client.c
index f432583f89385bd82ccc82299357ef01e4274042..b02250145ec6cda9664ce44723a77e33de9bfa4f 100644
(file)
--- a/
src/bin/e_info_client.c
+++ b/
src/bin/e_info_client.c
@@
-3915,7
+3915,10
@@
_e_info_client_proc_module(int argc, char **argv)
const char *command = argv[2];
const char *module_name = argv[3];
- EINA_SAFETY_ON_FALSE_GOTO(((argc >= 3) && (argc <= 4)), usage);
+ if (((argc < 3) || (argc > 4)))
+ {
+ goto usage;
+ }
if (strncmp(command, "list", strlen(command)) == 0)
{