From b9d39a28837fe4cc00a82452c8fe9a30d168a47a Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 11 May 2015 19:22:44 -0700 Subject: [PATCH] avoid crash on uninitialized pointer [skip ci] --- test/visual/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/visual/config.hpp b/test/visual/config.hpp index ff9f7c065..7a81bad55 100644 --- a/test/visual/config.hpp +++ b/test/visual/config.hpp @@ -64,7 +64,7 @@ struct result { std::string name; result_state state; - char const * renderer_name; + std::string renderer_name; map_size size; double scale_factor; boost::filesystem::path actual_image_path;