mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Typo in r6555 spotted by Daniel Meidlinger.
[originally from svn r6558]
[r6555 == d526e3bb33
]
This commit is contained in:
@ -1176,7 +1176,7 @@ void get_clip(void *frontend, wchar_t ** p, int *len)
|
||||
/* FIXME */
|
||||
}
|
||||
|
||||
void write_clip(void *frontend, wchar_t *data, int *arttr, int len, int must_deselect)
|
||||
void write_clip(void *frontend, wchar_t *data, int *attr, int len, int must_deselect)
|
||||
{
|
||||
//SessionWindow *win = (SessionWindow *)frontend;
|
||||
/* FIXME */
|
||||
|
Reference in New Issue
Block a user