Browse Source

Fix size of option string used for determining language code

pull/3291/head
staphen 4 years ago committed by Anders Jenbo
parent
commit
c32d2ed11a
  1. 2
      Source/options.h

2
Source/options.h

@ -171,7 +171,7 @@ struct ChatOptions {
struct LanguageOptions {
/** @brief Language code (IETF) for text. */
char szCode[5];
char szCode[6];
};
struct Options {

Loading…
Cancel
Save