From 0c9aebb26a16ad3acc69b2e87ffd216d43879cb6 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 8 Oct 2016 10:27:41 +0900 Subject: Treat table height as int instead of short Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952 --- table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table.h') diff --git a/table.h b/table.h index fdcdef3..df03143 100644 --- a/table.h +++ b/table.h @@ -100,7 +100,7 @@ struct table { short minimum_width[MAXCOL]; short fixed_width[MAXCOL]; struct table_cell cell; - short *tabheight; + int *tabheight; struct table_in *tables; short ntable; short tables_size; -- cgit v1.2.3