mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-22 05:25:03 -05:00
Add a missing space in an error message.
[originally from svn r1975]
This commit is contained in:
parent
4baee2a8e8
commit
8eae9c513a
@ -607,7 +607,7 @@ static void add_keyfile(char *filename)
|
|||||||
agent_query(request, reqlen, &vresponse, &resplen);
|
agent_query(request, reqlen, &vresponse, &resplen);
|
||||||
response = vresponse;
|
response = vresponse;
|
||||||
if (resplen < 5 || response[4] != SSH_AGENT_SUCCESS)
|
if (resplen < 5 || response[4] != SSH_AGENT_SUCCESS)
|
||||||
MessageBox(NULL, "The already running Pageant"
|
MessageBox(NULL, "The already running Pageant "
|
||||||
"refused to add the key.", APPNAME,
|
"refused to add the key.", APPNAME,
|
||||||
MB_OK | MB_ICONERROR);
|
MB_OK | MB_ICONERROR);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user