Reorg
This commit is contained in:
parent
2df2758496
commit
522b0689c3
180 changed files with 245 additions and 6144 deletions
|
|
@ -185,14 +185,14 @@ termcommand(void)
|
|||
{
|
||||
Posn p;
|
||||
|
||||
for(p=cmdpt; p<cmd->_.nc; p++){
|
||||
for(p=cmdpt; p<cmd->b.nc; p++){
|
||||
if(terminp >= &termline[BLOCKSIZE]){
|
||||
cmdpt = cmd->_.nc;
|
||||
cmdpt = cmd->b.nc;
|
||||
error(Etoolong);
|
||||
}
|
||||
*terminp++ = filereadc(cmd, p);
|
||||
}
|
||||
cmdpt = cmd->_.nc;
|
||||
cmdpt = cmd->b.nc;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue