commit | f5c6246433fbb353521ea0ea71043cc2633cf0c5 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sun Apr 17 10:46:56 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Sun Apr 17 10:46:56 2016 +0200 |
tree | b17276305dc591d07b0436b9471c4b3283a1eec1 | |
parent | 086b85215f9a02a65673d3d2e35cd4ed37d5800a [diff] |
inserting: prune a duplicate variable Index i follows almost synchronously the value of len. Since we're adding characters to the intermediate buffer always only at the end, just use len as the index.