Checkpoint -- still merging with Taj's version of the world.
This commit is contained in:
parent
b855148c9b
commit
c5561c23cf
37 changed files with 415 additions and 378 deletions
|
|
@ -31,7 +31,7 @@ gettbl(void)
|
|||
} else
|
||||
instead[nlin] = 0;
|
||||
if (nodata(nlin)) {
|
||||
if (ch = oneh(nlin))
|
||||
if ((ch = oneh(nlin)))
|
||||
fullbot[nlin] = ch;
|
||||
table[nlin] = (struct colstr *) alocv((ncol + 2) * sizeof(table[0][0]));
|
||||
for (icol = 0; icol < ncol; icol++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue