This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove redundant control check
control was set, but it was not ever used because it was set again some lines later.
master
Roberto E. Vargas Caballero
10 years ago
parent
69d1fe06a9
commit
5bb90125c8
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
st.c
+ 0
- 1
st.c
View File
@ -2648,7 +2648,6 @@ tputc(char *c, int len) {
c
=
"
\357
\277
\275
"
;
/* UTF_INVALID */
width
=
1
;
}
control
=
ISCONTROLC1
(
unicodep
)
;
ascii
=
unicodep
;
}
Write
Preview
Loading…
Cancel
Save