debugging for sam, and an old fix forgotten
This commit is contained in:
parent
b80755cf2d
commit
a19ff5b204
11 changed files with 28 additions and 7 deletions
|
|
@ -158,7 +158,7 @@ extstart(void)
|
|||
}
|
||||
}
|
||||
|
||||
fd = open(exname, OREAD|O_NONBLOCK);
|
||||
fd = open(exname, OREAD|ONONBLOCK);
|
||||
if(fd == -1){
|
||||
removeextern();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue