englebass pushed a commit to branch master.

http://git.enlightenment.org/core/evas_generic_loaders.git/commit/?id=73a8d82331a950085a6936aa8519c1eea2150e66

commit 73a8d82331a950085a6936aa8519c1eea2150e66
Author: Sebastian Dransfeld <s...@tango.flipp.net>
Date:   Tue Oct 28 10:05:52 2014 +0100

    xcf: Remove self assignment
    
    Fixes CID 63745
---
 src/bin/xcf/pixelfuncs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/xcf/pixelfuncs.c b/src/bin/xcf/pixelfuncs.c
index f0c0754..acddad3 100644
--- a/src/bin/xcf/pixelfuncs.c
+++ b/src/bin/xcf/pixelfuncs.c
@@ -218,7 +218,7 @@ hsv_to_rgb (DATA8 *hue, DATA8 *saturation, DATA8 *value)
     {
       *hue        = *value;
       *saturation = *value;
-      *value      = *value;
+      /* *value      = *value; */
     }
   else
     {

-- 


Reply via email to