Re: [dev] [st] [PATCH] Remove useless if in tstrsequence.

2015-04-13 Thread Roberto E. Vargas Caballero
Applied, thanks.

Re: [dev] [st] [PATCH] Remove useless if in tstrsequence.

2015-04-13 Thread Roberto E. Vargas Caballero
Applied, thanks.

[dev] [st] [PATCH] Remove useless if in tstrsequence.

2015-04-13 Thread noname
--- st.c | 28 +--- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/st.c b/st.c index b2bcfe9..154dd52 100644 --- a/st.c +++ b/st.c @@ -2446,21 +2446,19 @@ tdectest(char c) { void tstrsequence(uchar c) { - if (c & 0x80) { - switch (c)