define MAX_STRING SIZE
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
#include <fstream>
|
||||
#include "buffer.h"
|
||||
|
||||
constexpr auto MAX_STRING_SIZE = 21;
|
||||
|
||||
struct Pass
|
||||
{
|
||||
char label[21];
|
||||
char password[21];
|
||||
char label[MAX_STRING_SIZE];
|
||||
char password[MAX_STRING_SIZE];
|
||||
|
||||
Pass() = default;
|
||||
};
|
||||
|
Reference in New Issue
Block a user