projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f18f6
)
elementary_codegen.c: removed unused pointer value.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Sun, 11 Aug 2013 06:19:40 +0000
(15:19 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Sun, 11 Aug 2013 06:19:40 +0000
(15:19 +0900)
This fixes coverity CID
1039982
.
src/bin/elementary_codegen.c
patch
|
blob
|
history
diff --git
a/src/bin/elementary_codegen.c
b/src/bin/elementary_codegen.c
index 4f270581f890927401a5579dec3c8f273f5beb37..247911dd5bbde8216150f3dbaefa1f6119fc7cb2 100644
(file)
--- a/
src/bin/elementary_codegen.c
+++ b/
src/bin/elementary_codegen.c
@@
-385,7
+385,7
@@
_theme_set_write(void)
_group = strdup(group);
if (!_group) return EINA_FALSE;
-
token =
strtok(_group, "/");
+ strtok(_group, "/");
for (i = 0; i < 3; i++)
{
token = strtok(NULL, "/");