fix corrupt message in fx chain entry paste button

This commit is contained in:
niels
2015-11-05 00:33:57 +01:00
parent 32b44047ea
commit 27313c3b00

View File

@@ -3140,7 +3140,7 @@ static void do_clipboard(clipboard_t *c, int id, int entry_id)
msg_vims(msg);
snprintf( msg, sizeof(msg), "%03d:%d %d;",
( c->enabled ? 1 : 0 ),
( c->enabled ? VIMS_CHAIN_ENTRY_SET_VIDEO_ON : VIMS_CHAIN_ENTRY_SET_VIDEO_OFF ),
id,
entry_id
);