Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        imap2.c 


Log Message:
cleanup

===================================================================
RCS file: /cvs/e/e_modules/mail/imap2.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- imap2.c     16 Sep 2007 00:04:26 -0000      1.11
+++ imap2.c     7 Nov 2007 18:31:27 -0000       1.12
@@ -287,12 +287,7 @@
        if (data == reply)
          E_FREE (reply);
        else
-         {
-            data -= 2;
-            data = NULL;
-            data += 2;
-            size -= ic->prev.size;
-         }
+         size -= ic->prev.size;
      }
 
    if (reply)
@@ -591,11 +586,13 @@
 {
        int count = 0;
        if (!p) return 0;
-       do {
-               if (*p) count++;
-               p = strchr (p, ' ');
-               if (p) p++;
-       } while (p);
+       do
+         {
+            if (*p) count++;
+            p = strchr (p, ' ');
+            if (p) p++;
+         }
+       while (p);
        return count;
 }
 



-------------------------------------------------------------------------
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