Commit 3cc38bc644054d645ba756877e9779a99f6403f5
1 parent
259631b4
Exists in
master
and in
1 other branch
Removing "\n" at the end of copied string.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/selection/text.c
@@ -53,7 +53,6 @@ gchar * v3270_get_selection_as_text(v3270 * terminal, const GList *selection, co | @@ -53,7 +53,6 @@ gchar * v3270_get_selection_as_text(v3270 * terminal, const GList *selection, co | ||
53 | src++; | 53 | src++; |
54 | 54 | ||
55 | } | 55 | } |
56 | - g_string_append_c(string,'\n'); | ||
57 | } | 56 | } |
58 | 57 | ||
59 | selection = g_list_next(selection); | 58 | selection = g_list_next(selection); |