[dovecot-cvs] dovecot/src/imap imap-fetch-body-section.c,1.16,1.17
    cras at procontrol.fi 
    cras at procontrol.fi
       
    Sun Sep 21 20:14:40 EEST 2003
    
        - Previous message: [dovecot-cvs] dovecot/src/master mail-process.c,1.37,1.38
 
        - Next message: [dovecot-cvs] 
	dovecot/src/imap cmd-append.c,1.29,1.30 cmd-sort.c,1.12,1.13
	imap-fetch-body-section.c,1.17,1.18 imap-fetch.c,1.12,1.13
	imap-sort.c,1.6,1.7 imap-thread.c,1.4,1.5
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv25530
Modified Files:
	imap-fetch-body-section.c 
Log Message:
Compiler warning fix
Index: imap-fetch-body-section.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/imap-fetch-body-section.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- imap-fetch-body-section.c	15 Sep 2003 18:04:12 -0000	1.16
+++ imap-fetch-body-section.c	21 Sep 2003 16:14:38 -0000	1.17
@@ -414,7 +414,7 @@
 		num = 0;
 		while (*path != '\0' && *path != '.') {
 			if (*path < '0' || *path > '9')
-				return NULL;
+				return FALSE;
 			num = num*10 + (*path - '0');
 			path++;
 		}
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c,1.37,1.38
 
	- Next message: [dovecot-cvs] 
	dovecot/src/imap cmd-append.c,1.29,1.30 cmd-sort.c,1.12,1.13
	imap-fetch-body-section.c,1.17,1.18 imap-fetch.c,1.12,1.13
	imap-sort.c,1.6,1.7 imap-thread.c,1.4,1.5
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list