mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 01:32:25 +00:00
Fix indentation after Richard B's patch in rev 1.137 [r3409].
[originally from svn r4241]
[r3409 == 7798a59987
]
This commit is contained in:
parent
f5a7d348cd
commit
2ff7b4385f
@ -1599,7 +1599,8 @@ void selection_received(GtkWidget *widget, GtkSelectionData *seldata,
|
||||
tp.encoding = (Atom) seldata->type;
|
||||
tp.format = seldata->format;
|
||||
tp.nitems = seldata->length;
|
||||
ret = Xutf8TextPropertyToTextList(GDK_DISPLAY(), &tp, &list, &count);
|
||||
ret = Xutf8TextPropertyToTextList(GDK_DISPLAY(), &tp,
|
||||
&list, &count);
|
||||
if (ret != 0 || count != 1) {
|
||||
/*
|
||||
* Compound text failed; fall back to STRING.
|
||||
|
Loading…
Reference in New Issue
Block a user