added missing files
This commit is contained in:
parent
d9a99b9851
commit
a73d8e4d48
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.vscode/
|
||||
out/
|
0
out/.gitkeep
Normal file
0
out/.gitkeep
Normal file
@ -23,7 +23,7 @@ decryptText(char *text, char *key)
|
||||
|
||||
numberBuffer = 1;
|
||||
|
||||
//GET LENGHT OF returningText AND textKeyChain
|
||||
//GET LENGTH OF returningText AND textKeyChain
|
||||
for (int i = 0; i < strlen(text); i++)
|
||||
{
|
||||
if (text[i] == ENCRYPTION_SEPARATOR) numberBuffer++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user