commit | b0b24d9c3a47881428b009b270c9705f4d8a2405 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sun Dec 11 10:44:03 2016 +0100 |
committer | Benno Schulenberg <bensberg@justemail.net> | Tue Dec 13 17:11:08 2016 +0100 |
tree | 779e3e91a795214895df6eef0fe5488434545a96 | |
parent | c9f743f6766e06a73b0152b37b983b501d6c7242 [diff] |
utils: slightly speed up the calculation of the size of a buffer Achieve this by eliding two conditions from the inner loop, which is possible because 'end' will never be NULL.