Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix commented out code - st - [fork] customized build of st, the simple termin…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 149c0d3aedffe69b625ef95868daae200941d5f5
parent f2bfd513b14a2aa27796670235557a550b4189db
Author: Alexander Krotov <[email protected]>
Date: Sat, 25 Mar 2017 23:02:42 +0300
Fix commented out code
Diffstat:
M st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/st.c b/st.c
t@@ -2537,7 +2537,7 @@ tresize(int col, int row)
}
/* allocate any new rows */
- for (/* i == minrow */; i < row; i++) {
+ for (/* i = minrow */; i < row; i++) {
term.line[i] = xmalloc(col * sizeof(Glyph));
term.alt[i] = xmalloc(col * sizeof(Glyph));
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.