Muted compiler warnings

This commit is contained in:
Evgeny Grin (Karlson2k)
2020-12-27 17:35:49 +03:00
parent b5315c24cc
commit f53db2892e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ string_to_base64 (const char *message)
}
if (length % 3)
strncat (tmp, "===", 3 - length % 3);
strncat (tmp, "==", 3 - length % 3);
return tmp;
}