summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_dialogs.h')
-rw-r--r--protocols/Steam/src/steam_dialogs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_dialogs.h b/protocols/Steam/src/steam_dialogs.h
index 21cc2e2033..2915e5fecc 100644
--- a/protocols/Steam/src/steam_dialogs.h
+++ b/protocols/Steam/src/steam_dialogs.h
@@ -28,7 +28,7 @@ class CSteamGuardDialog : public CSteamDlgBase
{
private:
char m_domain[32];
- char m_guardCode[5];
+ char m_guardCode[6];
CCtrlEdit m_text;
CCtrlButton m_ok;
@@ -50,7 +50,7 @@ public:
class CSteamCaptchaDialog : public CSteamDlgBase
{
private:
- char m_captchaText[6];
+ char m_captchaText[7];
BYTE *m_captchaImage;
int m_captchaImageSize;