Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #59, replace direct ref to ArgPtr with macro
The UT_Hook_GetArgValueByName macro provided by UT assert is the preferred way to get an argument in the current version. Reading the pointer directly is not advised as it depends on how the stub was actually implemented, whereas the macro should produce consistent results.
- Loading branch information