[evolution] Bug 707571 - Bad EOF check in getNextCSVEntry



commit 6c20b778a0b335a4e6d141ed628f3c13c715bc2b
Author: Andreas Schwab <schwab linux-m68k org>
Date:   Sat Sep 7 20:15:57 2013 -0400

    Bug 707571 - Bad EOF check in getNextCSVEntry

 addressbook/importers/evolution-csv-importer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/importers/evolution-csv-importer.c b/addressbook/importers/evolution-csv-importer.c
index fea7e5b..b639616 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) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]