sync with fishlim head

This commit is contained in:
Berke Viktor
2012-01-03 16:38:40 +01:00
parent 38a42ed519
commit 18404054b0
3 changed files with 4 additions and 4 deletions

View File

@@ -164,8 +164,8 @@ bool keystore_store_key(const char *nick, const char *key) {
encrypted = fish_encrypt(password, strlen(password), key);
if (!encrypted) goto end;
// Prepend "OK+ "
wrapped = g_strconcat("OK+ ", encrypted, NULL);
// Prepend "+OK "
wrapped = g_strconcat("+OK ", encrypted, NULL);
g_free(encrypted);
// Store encrypted in file