commit | bd920b1f4964709f0e0800babb167e5d9a5a82e2 | [log] [tgz] |
---|---|---|
author | David Lawrence Ramsey <pooka109@gmail.com> | Fri Dec 09 11:36:01 2016 -0600 |
committer | Benno Schulenberg <bensberg@justemail.net> | Tue Dec 13 13:06:20 2016 +0100 |
tree | 36da0273f78a03b7e9b66f670f7d327abeda8ffb | |
parent | 29e094cd21fb2eaae4dde70a4363a9cc33168094 [diff] |
tweaks: adjust the type of two arguments Convert digits() to take a ssize_t instead of an int, since it's used on ssize_t line numbers. And properly use the long modifier when displaying a line number. Also, conditionalize the digits() prototype.