avoid crash on uninitialized pointer [skip ci]
This commit is contained in:
parent
175e9f1571
commit
b9d39a2883
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue