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 5589a687fa..1cffd17784 100644 --- a/protocols/Xfire/src/all_statusmsg.cpp +++ b/protocols/Xfire/src/all_statusmsg.cpp @@ -175,7 +175,7 @@ BOOL SetGameStatusMsg() }
else {
//alternativ zweig ohne variables
- ptrA statusMsg(db_get_sa(NULL, protocolname, "setstatusmsg"));
+ statusMsg = db_get_sa(NULL, protocolname, "setstatusmsg");
if (statusMsg == NULL)
return FALSE;
|