seoz pushed a commit to branch master.
commit 501f4a7735d86a9120054069c8d4fd0c37c69a4d
Author: Daniel Juyung Seo <[email protected]>
Date: Sun Aug 11 15:19:40 2013 +0900
elementary_codegen.c: removed unused pointer value.
This fixes coverity CID 1039982.
---
src/bin/elementary_codegen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/elementary_codegen.c b/src/bin/elementary_codegen.c
index 4f27058..247911d 100644
--- 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, "/");
--
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk