while (!feof (fin))
{
getline (&lineptr, &linecount, fin);
if (feof(fin))
break;
if (ferror(fin))
errstring = g_strdup_printf ("Error reading from RC file %s: %s",