diff options
Diffstat (limited to 'src/stubs/errorf.c')
-rw-r--r-- | src/stubs/errorf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stubs/errorf.c b/src/stubs/errorf.c index fd32965..d2de6c6 100644 --- a/src/stubs/errorf.c +++ b/src/stubs/errorf.c @@ -10,4 +10,5 @@ weak void ErrorF(const char *f, ...) { + OVERRIDE_VA_SYMBOL(VErrorF, f); } |