File frontline-null.patch of Package frontline
--- frontline-0.5.4/frontline/frontline.c.xx 2005-02-22 17:50:26.630933954 +0100
+++ frontline-0.5.4/frontline/frontline.c 2005-02-22 17:50:36.448301036 +0100
@@ -393,7 +393,7 @@
gchar * msg = g_strconcat(_("Cannot open file to write splines: "),
filename,
"\n",
- g_strerror(errno));
+ g_strerror(errno), NULL);
gnome_error_dialog_parented (msg, GTK_WINDOW(user_data));
g_free(msg);
return ;