diff --git a/client/main.c b/client/main.c index f2649781..b8337867 100644 --- a/client/main.c +++ b/client/main.c @@ -737,7 +737,7 @@ int run() DEBUG_INFO("Wayland detected"); int err = setenv("SDL_VIDEODRIVER", "wayland", 1); if (err < 0) { - DEBUG_ERROR("Unable to set the env variable SDL_VIDEODRIVER: %d", errno); + DEBUG_ERROR("Unable to set the env variable SDL_VIDEODRIVER: %d", err); return -1; } DEBUG_INFO("SDL_VIDEODRIVER has been set to wayland"); @@ -1654,4 +1654,4 @@ int main(int argc, char * argv[]) } return ret; -} \ No newline at end of file +}