* <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

@ -113,7 +113,7 @@ mu_util_init_system (void)
gboolean
mu_util_check_dir (const gchar* path, gboolean readable, gboolean writeable)
{
mode_t mode;
int mode;
struct stat statbuf;
if (!path)