From a611144d0c2c5a3193f174f0443e8986bb83f731 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 18 Dec 2014 03:33:13 +0100 Subject: [PATCH] Restored events locale setting for output. --- tests/events.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/events.c b/tests/events.c index c1203330..fda68164 100644 --- a/tests/events.c +++ b/tests/events.c @@ -37,6 +37,7 @@ #include #include #include +#include #include "getopt.h" @@ -442,6 +443,8 @@ int main(int argc, char** argv) GLFWmonitor* monitor = NULL; int ch, i, width, height, count = 1; + setlocale(LC_ALL, ""); + glfwSetErrorCallback(error_callback); if (!glfwInit())