removed TODO from key generation
I forgot it there
This commit is contained in:
parent
c3b6e26036
commit
5aa45b9bcd
@ -82,7 +82,7 @@ outputFlags encryptText(char *text, char *keyNew, inputFlags flags)
|
||||
key[i] = (char) numberBuffer;
|
||||
}
|
||||
|
||||
key[getKeyLength()] = '\0'; //TODO: CHECK IF THIS CAN'T CAUSE SOME LITTLE TROUBLES (SHOULDN'T)
|
||||
key[getKeyLength()] = '\0';
|
||||
|
||||
skipKey:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user