Mercurial > pidgin.yaz
changeset 30160:211afed0548b
Clarify
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 17 Apr 2010 21:37:52 +0000 |
parents | 6eeb50155af8 |
children | e59f29a9dbf1 8217f783463e |
files | pidgin/gtkimhtml.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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'; }