Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_thumb_main.c 


Log Message:
Silence warning

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_thumb_main.c      28 Jul 2006 11:37:55 -0000      1.8
+++ e_thumb_main.c      6 Aug 2006 02:16:18 -0000       1.9
@@ -412,8 +412,8 @@
      }
    buf = alloca(len);
 
-   strcpy(buf, file);
-   if (key) strcpy(buf + lenf + 1, key);
+   strcpy((char *)buf, file);
+   if (key) strcpy((char *)(buf + lenf + 1), key);
 
    e_sha1_sum(buf, len, id);
    



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to