getstyle: Get rid of abortar()
commite4d0ea5373762b4fe85e4629fbf9959763089150
authorCarlos R. Mafra <crmafra@gmail.com>
Sun, 15 Jan 2012 13:22:18 +0000 (15 13:22 +0000)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 16 Jan 2012 00:09:14 +0000 (16 00:09 +0000)
treebe7f85294b4d7e894f86544df443450546f35df1
parent7e4a3ae57f491e53fd9ef4a3aea9c0193a33cc74
getstyle: Get rid of abortar()

Instead of using a temporary buffer to store a "reason" string
which is later printf()'ed by abortar(), use wwarning() directly
and do the small cleanup done by abortar() on the spot.

As this was the only call site for abortar() it can now be removed.
The resulting object code gets smaller as a side effect.

Thanks to Christophe <christophe.curis@free.fr> for finding a mistake
in the first version of this patch.
util/getstyle.c