summaryrefslogtreecommitdiff
blob: 5d296cdcdd39095bdbfdd18c32bc60fc32ea9c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /lib/tomoe-xml-parser.c
+++ /lib/tomoe-xml-parser.c
@@ -441,7 +441,7 @@
     f = fopen (filename, "rb");
     if (!f) {
         g_warning ("failed to open dictionary file %s: %s", filename,
-                   sys_errlist[errno]);
+                   strerror(errno));
     }
     g_return_val_if_fail (f, FALSE);