avoid crash on uninitialized pointer [skip ci]

This commit is contained in:
Dane Springmeyer 2015-05-11 19:22:44 -07:00
parent 175e9f1571
commit b9d39a2883

View file

@ -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;