# HG changeset patch # User Paul Aurich # Date 1271540272 0 # Node ID 211afed0548bac4a3fb99d75f1932faa8dc6fe86 # Parent 6eeb50155af80b8d29da53dc60e8301173ddcf09 Clarify diff -r 6eeb50155af8 -r 211afed0548b pidgin/gtkimhtml.c --- a/pidgin/gtkimhtml.c Sat Apr 17 21:35:26 2010 +0000 +++ b/pidgin/gtkimhtml.c Sat Apr 17 21:37:52 2010 +0000 @@ -1189,8 +1189,8 @@ text = g_malloc(selection_data->length + 1); memcpy(text, selection_data->data, selection_data->length); /* Make sure the paste data is null-terminated. Given that - * we're passed length (but assume later that it is), this - * seems sensible to me. + * we're passed length (but assume later that it is + * null-terminated), this seems sensible to me. */ text[selection_data->length] = '\0'; }