commit | bcdc90e85fe0e2fbd563a1160ea463580aeb0aa0 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sun Apr 17 11:44:22 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Sun Apr 17 11:44:22 2016 +0200 |
tree | 622c3200a996a08578d8e275dad2fc16e45dd0d1 | |
parent | f5c6246433fbb353521ea0ea71043cc2633cf0c5 [diff] |
inserting: reshuffle some conditions for a teeny bit more speed Most of the time NO_CONVERT will not be set, the number of lines will not be zero, and the format of the file will be zero. Rearrange the conditions so that they will evaluate as FALSE as soon as possible.