diff options
Diffstat (limited to 'protocols/Xfire/src/all_statusmsg.cpp')
-rw-r--r-- | protocols/Xfire/src/all_statusmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/all_statusmsg.cpp b/protocols/Xfire/src/all_statusmsg.cpp index 46ec481c85..d08db0920f 100644 --- a/protocols/Xfire/src/all_statusmsg.cpp +++ b/protocols/Xfire/src/all_statusmsg.cpp @@ -198,7 +198,7 @@ BOOL SetGameStatusMsg() if (statusMsg == NULL)
return FALSE;
- char *statusmsg;
+ char *statusmsg = NULL;
//statusmsg rein
xgamelist.setString(statusMsg, &statusmsg);
|