mirror of https://github.com/me50/kukemuna.git
automated commit by check50 [check50=True]
This commit is contained in:
parent
8d2229e88b
commit
fdbdadc478
|
|
@ -58,7 +58,7 @@ void substitute(string plaintext, string key)
|
|||
{
|
||||
if (isupper(plaintext[i]))
|
||||
{
|
||||
printf("%c", key[plaintext[i] - 65]);
|
||||
printf("%c", toupper(key[plaintext[i] - 65]));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue