This commit is contained in:
rsc 2006-04-20 22:56:08 +00:00
parent 3fe9465ac9
commit 8bda92cce2
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ gettbl(void)
ch = 1;
if (match(cstore, "T{")) { /* text follows */
table[nlin][icol].col =
(char *)gettext(cstore, nlin, icol,
(char *)(uintptr)gettext(cstore, nlin, icol,
font[icol][stynum[nlin]],
csize[icol][stynum[nlin]]);
} else