mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 18:20:20 +00:00
fix built-in spelling on linux
This commit is contained in:
@@ -115,7 +115,11 @@ load_iso_entries (int iso,
|
||||
char *filename;
|
||||
int ret = -1;
|
||||
|
||||
#ifdef WIN32
|
||||
filename = g_strdup_printf (".\\share\\xml\\iso-codes\\iso_%d.xml", iso);
|
||||
#else
|
||||
filename = g_strdup_printf ("/usr/share/xml/iso-codes/iso_%d.xml", iso);
|
||||
#endif
|
||||
reader = xmlNewTextReaderFilename (filename);
|
||||
if (reader == NULL) goto out;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user