summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/pwd_dlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/pwd_dlg.cpp')
-rw-r--r--protocols/Xfire/src/pwd_dlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/pwd_dlg.cpp b/protocols/Xfire/src/pwd_dlg.cpp
index dbb8415e80..31108404a8 100644
--- a/protocols/Xfire/src/pwd_dlg.cpp
+++ b/protocols/Xfire/src/pwd_dlg.cpp
@@ -36,7 +36,7 @@ INT_PTR CALLBACK DlgPwProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
BOOL ShowPwdDlg(char* pw) {
//kein gültiges ziel für das eingegebene passwort
- if (&pw == NULL)
+ if (pw == NULL)
return FALSE;
if (DialogBox(hinstance, MAKEINTRESOURCE(IDD_SETNICKNAME), NULL, DlgPwProc))