Bug in utoi(), which made it ignore a leading minus sign when
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 3 May 2012 17:34:51 +0000 (17:34 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 3 May 2012 17:34:51 +0000 (17:34 +0000)
commit26c8c119efd44804c7b27f8637c69eda63f0c189
treebd22ec87bf17c3445764957a4a646840fa5f2ebb
parentafd6306286b6472b75f9964c42d5b0910b3a83fc
Bug in utoi(), which made it ignore a leading minus sign when
converting a number! Oops. Now you can do things like

\cfg{text-list-indent}{-2}
\cfg{text-listitem-indent}{2}

to get your bullets placed in the left margin rather than indenting
the paragraphs of your list.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@9474 cda61777-01e9-0310-a592-d414129be87e
ustring.c