[dovecot-cvs] dovecot/src/imap mail-storage-callbacks.c,1.1,1.2
    cras at procontrol.fi 
    cras at procontrol.fi
       
    Tue Nov 26 15:07:55 EET 2002
    
        - Previous message: [dovecot-cvs] dovecot acconfig.h,1.15,1.16 configure.in,1.53,1.54
 
        - Next message: [dovecot-cvs] dovecot/src/lib compat.h,1.8,1.9 hostpid.c,1.2,1.3 lib.h,1.8,1.9 strfuncs.c,1.17,1.18 strfuncs.h,1.8,1.9
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv25042/src/imap
Modified Files:
	mail-storage-callbacks.c 
Log Message:
Renamed largest_t to uintmax_t which already exists in C99.
Index: mail-storage-callbacks.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/mail-storage-callbacks.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mail-storage-callbacks.c	25 Nov 2002 19:02:49 -0000	1.1
+++ mail-storage-callbacks.c	26 Nov 2002 13:07:53 -0000	1.2
@@ -34,7 +34,7 @@
 static void expunge(Mailbox *mailbox, unsigned int seq, void *context)
 {
 	Client *client = context;
-	char str[MAX_LARGEST_T_STRLEN+20];
+	char str[MAX_INT_STRLEN+20];
 
 	if (client->mailbox != mailbox)
 		return;
@@ -71,7 +71,7 @@
 			 unsigned int recent_count, void *context)
 {
 	Client *client = context;
-	char str[MAX_LARGEST_T_STRLEN+20];
+	char str[MAX_INT_STRLEN+20];
 
 	if (client->mailbox != mailbox)
 		return;
    
    
        
	- Previous message: [dovecot-cvs] dovecot acconfig.h,1.15,1.16 configure.in,1.53,1.54
 
	- Next message: [dovecot-cvs] dovecot/src/lib compat.h,1.8,1.9 hostpid.c,1.2,1.3 lib.h,1.8,1.9 strfuncs.c,1.17,1.18 strfuncs.h,1.8,1.9
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list