Use the correct variable name in ibsad()

This commit is contained in:
Scott Long 2005-02-13 06:21:36 +00:00
parent 5af30068ff
commit 3b278dbbfb

View File

@ -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));
}