X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/323d38da20c8a1d295ab1dbc0fc7ce947ef824e1..3bb900cd6c1c7a5364bd79bce63fdd8711bc878b:/st.c?ds=inline diff --git a/st.c b/st.c index fdf697b..bcb6473 100644 --- a/st.c +++ b/st.c @@ -1747,7 +1747,7 @@ strhandle(void) dec = base64dec(strescseq.args[2]); if (dec) { - xsetsel(dec, CurrentTime); + xsetsel(dec); xclipcopy(); } else { fprintf(stderr, "erresc: invalid base64\n");