genunifont: fix ftell() error checking
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 18 Oct 2013 15:55:56 +0000 (17:55 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 18 Oct 2013 15:56:46 +0000 (17:56 +0200)
commit2157b039acffbecd72cd46bef00d37689aadf717
treeb3305ee9b3ce60498dc07fda11e5bb16bafc1668
parentb00dde0bc976d8f65b1ae286a4ae754b092a8da6
genunifont: fix ftell() error checking

We need to use signed types to actually see errors from ftell(). Fix it by
using "long" for status bits now.

Reported-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
src/genunifont.c