mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix various build warnings reported by Joe Vender on MinGW.
This commit is contained in:
parent
b82202f411
commit
2a662f7870
6 changed files with 22 additions and 1 deletions
|
@ -298,7 +298,7 @@ search_key(const char *searchkey)
|
|||
fprintf(console,"gpgkeys: search type is %d, and key is \"%s\"\n",
|
||||
search_type,searchkey);
|
||||
|
||||
searchkey_encoded=curl_escape(searchkey,0);
|
||||
searchkey_encoded=curl_escape((char *)searchkey,0);
|
||||
if(!searchkey_encoded)
|
||||
{
|
||||
fprintf(console,"gpgkeys: out of memory\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue