diff options
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r-- | plugins/python/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c index 705fe9e6..4403474d 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -1532,7 +1532,7 @@ Plugin_New(char *filename, PyObject *xcoobj) if (filename) { #ifdef WIN32 char *file; - if (!g_file_get_contents_utf8(filename, &file, NULL, NULL)) { + if (!g_file_get_contents(filename, &file, NULL, NULL)) { hexchat_printf(ph, "Can't open file %s: %s\n", filename, strerror(errno)); goto error; |