JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Simplify a bit more tdeletechar and tinsertblank
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 25 Apr 2014 15:24:12 +0000 (17:24 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 25 Apr 2014 15:25:59 +0000 (17:25 +0200)
commit6b7f63bac597ca03e18fe63ad522b4d1bded08d1
treecc883bfef81e58f1d8b39f109b05959c5660354b
parent80b32af794b659cb15745cfb2a19fce0829c42c7
Simplify a bit more tdeletechar and tinsertblank

The large and repeated expression used in memmove to indirect
the line can be simplified using a pointer, that makes more
clear where begins and where ends the movement.
st.c