Correct typo
authorNeale Ferguson <neale@sinenomine.net>
Fri, 3 Jun 2016 14:56:34 +0000 (10:56 -0400)
committerNeale Ferguson <neale@sinenomine.net>
Fri, 3 Jun 2016 14:56:34 +0000 (10:56 -0400)
mono/utils/mono-log-common.c

index e068bfd0447b30970b321ea831c8c8c22cff2670..a784826ac5cf1a458850c54ebe22fdf9a9851503 100644 (file)
@@ -72,7 +72,7 @@ mono_log_open_logfile(const char *path, void *userData)
 #ifndef HOST_WIN32
                logFile = fopen(path, "w");
 #else
-               guinchar2 *wPath = g_utf8_to_utf16(path, -1, 0, 0, 0);
+               gunichar2 *wPath = g_utf8_to_utf16(path, -1, 0, 0, 0);
                if (wPath != NULL) {
                        logFile = _wfopen((wchar_t *) wPath, L"w");
                        g_free (wPath);