Untypo
This commit is contained in:
parent
a9e818414a
commit
a62825213d
@ -2739,7 +2739,7 @@ void cfline(line, f)
|
|||||||
p++;
|
p++;
|
||||||
} else
|
} else
|
||||||
f->f_type = F_FILE;
|
f->f_type = F_FILE;
|
||||||
f->f_file = open(p, O_WRONLY|O_APPEND|O_CREAT|O_NOBLOCK|O_NOCTTY,
|
f->f_file = open(p, O_WRONLY|O_APPEND|O_CREAT|O_NONBLOCK|O_NOCTTY,
|
||||||
0644);
|
0644);
|
||||||
|
|
||||||
if ( f->f_file < 0 ){
|
if ( f->f_file < 0 ){
|
||||||
|
Loading…
Reference in New Issue
Block a user