Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : calendar

Dir     : e_modules/calendar


Modified Files:
        e_mod_main.c 


Log Message:
declare value as int

===================================================================
RCS file: /cvs/e/e_modules/calendar/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c        12 Nov 2007 06:23:21 -0000      1.6
+++ e_mod_main.c        12 Nov 2007 08:04:40 -0000      1.7
@@ -172,7 +172,7 @@
    char buf[4];
    time_t current_time;
    struct tm *local_time;
-   static prev_day=0;
+   static int prev_day = 0;
 
    inst = data;
    if (!inst) return 1;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to