Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
tomoe
tomoe-0.6.0-strerror.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tomoe-0.6.0-strerror.patch of Package tomoe
diff --git a/lib/tomoe-xml-parser.c b/lib/tomoe-xml-parser.c index a9e458b..fe50485 100644 --- a/lib/tomoe-xml-parser.c +++ b/lib/tomoe-xml-parser.c @@ -441,7 +441,7 @@ tomoe_xml_parser_parse_dictionary_file (const gchar *filename, 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);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor