23.12.2016, 18:31
Nope. 24 cells (size of g_ServerPassword) is enough for "password" and 64 for "value". Also I assume increasing the size has nothing to do with this.
EDIT: I tried printing g_ServerPassword like this:
and it got messed up as well. This means wherever g_ServerPassword or any other thing I load gets printed it messes it up. Like the last one or two characters get moved to the beginning of the message. This is what it looked like:
EDIT: I tried printing g_ServerPassword like this:
Код:
printf("Password: |%s|", g_ServerPassword);
Код:
|assword: |0


