Many small edits.
This commit is contained in:
parent
741f510ce7
commit
c8b6342d3c
160 changed files with 2204 additions and 864 deletions
|
|
@ -356,7 +356,7 @@ tempfile(int n)
|
|||
static uint pid;
|
||||
char *dir;
|
||||
|
||||
dir = "/tmp";
|
||||
dir = "/var/tmp";
|
||||
if(args.tname)
|
||||
dir = args.tname;
|
||||
if(strlen(dir) >= nelem(file)-20) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue