mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-20 17:58:56 +02:00
setup_mocks()
should set function pointer bx_fprintf
to point to __wrap_bx_fprintf()
This commit is contained in:
parent
54957a144b
commit
503a81cf9a
@ -101,6 +101,7 @@ void setup_mocks()
|
||||
setlocale(LC_ALL, "");
|
||||
encoding = check_encoding("UTF-8", locale_charset());
|
||||
collect_reset();
|
||||
set_bx_fprintf(__wrap_bx_fprintf);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user