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
|
|
@ -141,7 +141,7 @@ void setn(void)
|
|||
for( i = 0; tabtab[i] != 0 && i < NTAB; i++) {
|
||||
if (i > 0)
|
||||
buf[j++] = ' ';
|
||||
sprintf(&buf[j], "%d", tabtab[i] & TABMASK);
|
||||
sprintf(&buf[j], "%ld", tabtab[i] & TABMASK);
|
||||
j = strlen(buf);
|
||||
if ( tabtab[i] & RTAB)
|
||||
sprintf(&buf[j], "uR");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue