Skip to content

Commit

Permalink
Initialize answerbackMessage field.
Browse files Browse the repository at this point in the history
  • Loading branch information
j4james committed Aug 5, 2024
1 parent 21f5112 commit 445712d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,6 @@ class Settings
bool _fInterceptCopyPaste;

bool _TerminalScrolling;
WCHAR _answerbackMessage[32];
WCHAR _answerbackMessage[32] = {};
friend class RegistrySerialization;
};

0 comments on commit 445712d

Please sign in to comment.