[dovecot-cvs] dovecot/src/lib file-dotlock.c,1.16,1.17
cras at dovecot.org
cras at dovecot.org
Wed Sep 15 16:23:24 EEST 2004
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv22787/lib
Modified Files:
file-dotlock.c
Log Message:
compiler warning fixes
Index: file-dotlock.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/file-dotlock.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- file-dotlock.c 28 Jun 2004 16:44:38 -0000 1.16
+++ file-dotlock.c 15 Sep 2004 13:23:22 -0000 1.17
@@ -171,7 +171,7 @@
string_t *path;
size_t len;
struct stat st;
- char randbuf[8];
+ unsigned char randbuf[8];
int fd;
path = t_str_new(256);
More information about the dovecot-cvs
mailing list