--- a/providers/gsmloc/geoclue-gsmloc.c +++ b/providers/gsmloc/geoclue-gsmloc.c @@ -104,7 +104,7 @@ static gboolean geoclue_gsmloc_get_cell } /* Find and read configuration file */ - error = GSM_FindGammuRC (&cfg); + error = GSM_FindGammuRC (&cfg, NULL); if (error != ERR_NONE) { g_printerr ("Gammu error: %s\n", GSM_ErrorString (error)); if (GSM_IsConnected (state)) {