Enlightenment CVS committal

Author  : vapier
Project : e16
Module  : epplets

Dir     : e16/epplets/epplets


Modified Files:
        E-Pants.c 


Log Message:
dont use an unsigned buffer since it doesnt matter and all the str* funcs 
expect a signed buffer

===================================================================
RCS file: /cvs/e/e16/epplets/epplets/E-Pants.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- E-Pants.c   9 Feb 2001 04:41:27 -0000       1.1
+++ E-Pants.c   15 Apr 2006 20:02:22 -0000      1.2
@@ -97,9 +97,9 @@
 static void
 log_pants(void *data)
 {
-   time_t          now;
-   int             len;
-   unsigned char   *s;
+   time_t now;
+   int len;
+   char *s;
 
    s=(pants_on)?PANTS_ON_STR:PANTS_OFF_STR;
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to