Remove an extraneous argument to fprintf that -Wformat noticed.
Reviewed by: des
This commit is contained in:
parent
33ad961d11
commit
650b9e0ed5
@ -215,7 +215,7 @@ query_auth(struct url *URL)
|
||||
|
||||
|
||||
fprintf(stderr, "Authentication required for <%s://%s:%d/>!\n",
|
||||
URL->scheme, URL->host, URL->port, URL->doc);
|
||||
URL->scheme, URL->host, URL->port);
|
||||
|
||||
fprintf(stderr, "Login: ");
|
||||
if (fgets(URL->user, sizeof URL->user, stdin) == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user