mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Muted compiler warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user