Use the correct variable name in ibsad()
This commit is contained in:
parent
5af30068ff
commit
3b278dbbfb
@ -472,7 +472,7 @@ ibsad (int handle, int sad)
|
||||
|
||||
io.__ident = __ID_IBSAD;
|
||||
io.handle = handle;
|
||||
io.sad = v;
|
||||
io.sad = sad;
|
||||
io.__field = __F_HANDLE | __F_SAD;
|
||||
return (__ibsubmit(&io));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user