Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
6b7f63b
)
Simplify a bit more tdeletechar and tinsertblank
author
Roberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 25 Apr 2014 15:24:12 +0000
(17:24 +0200)
committer
Roberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 25 Apr 2014 15:25:59 +0000
(17:25 +0200)
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.
No differences found