Skip to content

Commit 2919596

Browse files
committed
Mini fix wide chars
1 parent 99e1dc6 commit 2919596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/key.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ CryptoAPIKey::CryptoAPIKey(cryptoapi::key_data_s* key_data, unsigned char* key)
194194
default:
195195
printf(" [!] Algorithm not registered. ALG_ID: %X", alg_id_);
196196
SetCipherType(KeyType(key_data->key_size, CipherAlgorithm::kUnknown));
197-
cout << GetCipherNameFromAlgID(alg_id_) << endl;
197+
wcout << GetCipherNameFromAlgID(alg_id_) << endl;
198198
break;
199199
}
200200

0 commit comments

Comments
 (0)