aboutsummaryrefslogtreecommitdiffstats
path: root/alert_box.c
diff options
context:
space:
mode:
Diffstat (limited to 'alert_box.c')
-rw-r--r--alert_box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alert_box.c b/alert_box.c
index 1ac91e2337..fd53c84c9f 100644
--- a/alert_box.c
+++ b/alert_box.c
@@ -75,7 +75,7 @@ read_failure_alert_box(const char *filename, int err)
{
simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK,
"An error occurred while reading from the file \"%s\": %s.",
- filename, strerror(err));
+ filename, g_strerror(err));
}
/*