* <many> fix small conversion errors (-Wconversion)

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-26 17:29:54 +03:00
parent 3fa552a81e
commit fb1651e184
11 changed files with 70 additions and 46 deletions

View File

@ -17,7 +17,11 @@
**
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /*HAVE_CONFIG_H*/
#include "mu-index.h"
#include <stdlib.h>
#include <string.h>
@ -27,7 +31,6 @@
#include <errno.h>
#include "mu-maildir.h"
#include "mu-index.h"
#include "mu-store.h"
#include "mu-util.h"
#include "mu-util-db.h"