aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-04-13 08:51:30 +0200
committerChristoph Lohmann <20h@r-36.net>2013-04-13 08:51:30 +0200
commit5dc48af29e9972527767977be3bbc9c072cf1c13 (patch)
treee34abd4bbf8960e7a92dd507eaec47932d64225b /st.c
parent5984657c001fe5b4690cef5ddffe11acbf7da7f2 (diff)
downloadst-5dc48af29e9972527767977be3bbc9c072cf1c13.tar.gz
st-5dc48af29e9972527767977be3bbc9c072cf1c13.zip
Patching while not really woken up.
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/st.c b/st.c
index b350225..23a43c1 100644
--- a/st.c
+++ b/st.c
@@ -835,10 +835,6 @@ selnotify(XEvent *e) {
835 *repl++ = '\r'; 835 *repl++ = '\r';
836 } 836 }
837 837
838 last = data + nitems * format / 8;
839 repl = data;
840
841
842 ttywrite((const char *)data, nitems * format / 8); 838 ttywrite((const char *)data, nitems * format / 8);
843 XFree(data); 839 XFree(data);
844 /* number of 32-bit chunks returned */ 840 /* number of 32-bit chunks returned */