comparison src/lib-index/mbox/mbox-rewrite.c @ 194:d82e7d23a28d HEAD

more size_t fixes
author Timo Sirainen <tss@iki.fi>
date Sun, 08 Sep 2002 18:22:45 +0300
parents 4223b9ed0c80
children d85a6898bf39
comparison
equal deleted inserted replaced
193:c095607a1a28 194:d82e7d23a28d
267 MailIndexRecord *rec; 267 MailIndexRecord *rec;
268 IOBuffer *inbuf, *outbuf; 268 IOBuffer *inbuf, *outbuf;
269 uoff_t offset; 269 uoff_t offset;
270 const uoff_t *location; 270 const uoff_t *location;
271 const char *path; 271 const char *path;
272 unsigned int size, seq; 272 unsigned int seq;
273 size_t size;
273 int in_fd, out_fd, failed; 274 int in_fd, out_fd, failed;
274 275
275 i_assert(index->lock_type == MAIL_LOCK_EXCLUSIVE); 276 i_assert(index->lock_type == MAIL_LOCK_EXCLUSIVE);
276 277
277 if (!mbox_index_fsck(index)) 278 if (!mbox_index_fsck(index))