always be honest about tabstop.

This commit is contained in:
rsc 2004-04-25 20:49:44 +00:00
parent 4a4a7c3e5b
commit 2d930d4552
2 changed files with 7 additions and 1 deletions

View file

@ -141,6 +141,8 @@ threadmain(int argc, char **argv)
if(ctlfd == 0 || fsread(ctlfd, buf, 12) != 12)
sysfatal("ctl: %r");
id = atoi(buf);
snprint(buf, sizeof buf, "%d", id);
putenv("winid", buf);
sprint(buf, "%d/tag", id);
fd = fsopenfd(fs, buf, OWRITE|OCEXEC);
write(fd, " Send Delete", 12);