Sync with hiro's cvs 10 to 17.
[claws.git] / src / ldif.c
index 9818503c3ce6a65319fd41fa8604e5daeb72f77f..612608d90c8c4ce4c8ee656ce6a97b1c6f9012ff 100644 (file)
@@ -226,7 +226,7 @@ static void ldif_close_file( LdifFile *ldifFile ) {
 */
 static gchar *ldif_get_line( LdifFile *ldifFile ) {
        gchar buf[ LDIFBUFSIZE ];
-       int ch;
+       gint ch;
        gchar *ptr;
 
        if( feof( ldifFile->file ) ) return NULL;