]> git.wh0rd.org Git - nano.git/commit
in digits(), return the proper number of digits when n is exactly 10,
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 21 Jun 2006 16:01:20 +0000 (16:01 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 21 Jun 2006 16:01:20 +0000 (16:01 +0000)
commita4fc77a5da579018a77a93e58b9aed7780e1638a
tree4c0e017e3aae705b6ce81f4b4c9ab19e9a758309
parent5aaa1d7dabf810904df7546551b10dc17259250d
in digits(), return the proper number of digits when n is exactly 10,
and simplify it to use a for loop instead of a while loop

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3674 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/utils.c