From def73166fcfd6b5517592ec6d04a8eb3871bd1f7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 May 2009 23:11:12 -0400 Subject: =?UTF-8?q?Bug=20572977=20=E2=80=93=20Use=20g=5Fstrerror()=20inste?= =?UTF-8?q?ad=20of=20strerror()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/ipod-sync/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ipod-sync') diff --git a/plugins/ipod-sync/sync.c b/plugins/ipod-sync/sync.c index a444af1bd9..42f3bdfa0b 100644 --- a/plugins/ipod-sync/sync.c +++ b/plugins/ipod-sync/sync.c @@ -184,7 +184,7 @@ write_to_ipod (GString *str, char *path, char *filename) if (f == NULL) { - critical_error (_("Could not export data!"), strerror (errno)); + critical_error (_("Could not export data!"), g_strerror (errno)); } /* Convert the input string into UTF16 */ -- cgit v1.2.3