mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +01:00
Fix use-of-uninitialized
This commit is contained in:
parent
9457a76210
commit
90cc8d94ac
@ -145,6 +145,7 @@ GameInfo::GameInfo(const char *filename,
|
|||||||
this->name = xstrdup(filename);
|
this->name = xstrdup(filename);
|
||||||
else
|
else
|
||||||
this->name = xstrdup(name);
|
this->name = xstrdup(name);
|
||||||
|
this->author = xstrdup(author);
|
||||||
this->screenshot = image;
|
this->screenshot = image;
|
||||||
this->score = 0;
|
this->score = 0;
|
||||||
this->year = 1982;
|
this->year = 1982;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user