summary refs log tree commit diff stats
path: root/src/common/plugin.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-12-31 10:24:51 -0500
committerTingPing <tingping@tingping.se>2014-12-31 10:24:51 -0500
commit1fa4a000e7e1855e1d99bd6fbbb8067df8e90839 (patch)
tree38c6985be0f664828e6d55a0535dc3fb20958792 /src/common/plugin.c
parent448cc962cd019adc31e28eb4f96d3b1fad5d6efc (diff)
Fix some unused warnings
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r--src/common/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c
index bdb11bb8..1cc393ea 100644
--- a/src/common/plugin.c
+++ b/src/common/plugin.c
@@ -1557,7 +1557,7 @@ hexchat_list_int (hexchat_plugin *ph, hexchat_list *xlist, const char *name)
 		case 0x5cfee87:	/* flags */
 			/* used if text_strip is unset */                    /* 16 */
 			tmp <<= 1;
-			tmp = ((struct session *)data)->text_strip;          /* 15 */
+			tmp |= ((struct session *)data)->text_strip;          /* 15 */
 			tmp <<= 1;
 			/* used if text_scrollback is unset */               /* 14 */
 			tmp <<= 1;