Small compilation warning fix
authorPhilip Van Hoof <philip@codeminded.be>
Fri, 15 Jun 2007 12:44:43 +0000 (12:44 +0000)
committerPhilip Van Hoof <philip@codeminded.be>
Fri, 15 Jun 2007 12:44:43 +0000 (12:44 +0000)
pmo-trunk-r2255

src/maemo/easysetup/modest-easysetup-country-combo-box.c

index 1db0ef4..a0dba8b 100644 (file)
@@ -219,7 +219,7 @@ static void load_from_file (EasysetupCountryComboBox *self)
         * and it doesn't require us to hard-code a buffer length.
         * TODO: Could we make this faster?
         */
-       int len = 0;
+       unsigned int len = 0;
        char *line = NULL;
        guint previous_id = 0;
        gchar* previous_country = NULL;