]> git.pld-linux.org Git - packages/tomoe.git/blob - tomoe-glibc.patch
Release 29 (by relup.sh)
[packages/tomoe.git] / tomoe-glibc.patch
1 --- tomoe-0.6.0/lib/tomoe-xml-parser.c.orig     2020-08-26 16:45:28.030391010 +0200
2 +++ tomoe-0.6.0/lib/tomoe-xml-parser.c  2020-08-26 17:23:07.704815970 +0200
3 @@ -441,7 +441,7 @@
4      f = fopen (filename, "rb");
5      if (!f) {
6          g_warning ("failed to open dictionary file %s: %s", filename,
7 -                   sys_errlist[errno]);
8 +                   g_strerror(errno));
9      }
10      g_return_val_if_fail (f, FALSE);
11  
This page took 0.022136 seconds and 3 git commands to generate.