Revert "Treat table height as int instead of short"

This reverts commit 0c9aebb26a.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842623
This commit is contained in:
Tatsuya Kinoshita
2016-10-31 20:22:26 +09:00
parent fa331bc701
commit 6f1454580d
3 changed files with 11 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ struct table {
short minimum_width[MAXCOL];
short fixed_width[MAXCOL];
struct table_cell cell;
int *tabheight;
short *tabheight;
struct table_in *tables;
short ntable;
short tables_size;