mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
Fixed typos
This commit is contained in:
@@ -47,6 +47,7 @@ void Autokey::encodeSet(std::string key, std::string input){
|
||||
|
||||
//This will take a long time if the keyword in long
|
||||
//Remove the last letter in the string until it is the same size as the input
|
||||
//TODO: Why not just use substring?
|
||||
while(key.size() > input.size()){
|
||||
key.erase(key.end() - 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user