aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/importers/evolution-csv-importer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/importers/evolution-csv-importer.c b/addressbook/importers/evolution-csv-importer.c
index fea7e5b5b6..b639616d1d 100644
--- a/addressbook/importers/evolution-csv-importer.c
+++ b/addressbook/importers/evolution-csv-importer.c
@@ -642,7 +642,7 @@ getNextCSVEntry (CSVImporter *gci,
GString *line;
GString *str;
gchar *buf;
- gchar c;
+ gint c;
line = g_string_new ("");
while (1) {